com.crossideas.certification.common.bean

Class AttestationPropBean

  • All Implemented Interfaces:
    com.engiweb.toolkit.common.IBean, java.io.Serializable


    public class AttestationPropBean
    extends PropertyBean
    See Also:
    Serialized Form
    • Field Detail

      • key

        public java.lang.String key
    • Constructor Detail

      • AttestationPropBean

        public AttestationPropBean()
        default constructor
      • AttestationPropBean

        public AttestationPropBean(java.lang.String name,
                                   java.lang.String value,
                                   java.lang.String key,
                                   java.lang.String description)
      • AttestationPropBean

        public AttestationPropBean(java.lang.String name,
                                   java.lang.String value,
                                   java.lang.String description)
      • AttestationPropBean

        public AttestationPropBean(java.lang.String name,
                                   java.lang.String value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey(java.lang.String key)
      • setValue

        public void setValue(java.lang.String value)
        Overrides:
        setValue in class PropertyBean
      • setAttestationBean

        public void setAttestationBean(AttestationBean attestationBean)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.engiweb.pm.web.bean.AbstractBean