Class SXMLMetaDataAttribute

java.lang.Object
org.eclnt.ccaddons.pbc.simplexml.logic.SXMLMetaDataAttribute

public class SXMLMetaDataAttribute extends Object
  • Constructor Details

    • SXMLMetaDataAttribute

      public SXMLMetaDataAttribute()
  • Method Details

    • getAttributeName

      public String getAttributeName()
    • setAttributeName

      public void setAttributeName(String attributeName)
    • getTextIndex

      public int getTextIndex()
    • setTextIndex

      public void setTextIndex(int textIndex)
    • getMandatory

      public boolean getMandatory()
    • setMandatory

      public void setMandatory(boolean mandatory)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSortOrder

      public int getSortOrder()
    • setSortOrder

      public void setSortOrder(int sortOrder)
    • getBackgroundColor

      public String getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
    • getDisplayOnly

      public Boolean getDisplayOnly()
    • setDisplayOnly

      public void setDisplayOnly(Boolean displayOnly)