Class AttributeComboPojo

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.administration.security.AttributeComboPojo
All Implemented Interfaces:
Serializable

public class AttributeComboPojo extends BasePOJO
See Also:
  • Constructor Details

    • AttributeComboPojo

      public AttributeComboPojo()
  • Method Details

    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object
    • setAttributeGroup

      public void setAttributeGroup(String pAttributeGroup)
    • getAttributeGroup

      public String getAttributeGroup()
    • setAttributeName

      public void setAttributeName(String pAttributeName)
    • getAttributeName

      public String getAttributeName()
    • setDescription

      public void setDescription(String pDescription)
    • getDescription

      public String getDescription()
    • setAttributeValue

      public void setAttributeValue(String pAttributeValue)
    • getAttributeValue

      public String getAttributeValue()
    • setAttributeDataType

      public void setAttributeDataType(String pAttributeDataType)
    • getAttributeDataType

      public String getAttributeDataType()