Class SXMLMetaDataAttribute
java.lang.Object
org.eclnt.ccaddons.pbc.simplexml.logic.SXMLMetaDataAttribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetTitle()voidsetAttributeName(String attributeName) voidsetBackgroundColor(String backgroundColor) voidsetDescription(String description) voidsetDisplayOnly(Boolean displayOnly) voidsetMandatory(boolean mandatory) voidsetSortOrder(int sortOrder) voidsetTextIndex(int textIndex) void
-
Constructor Details
-
SXMLMetaDataAttribute
public SXMLMetaDataAttribute()
-
-
Method Details
-
getAttributeName
-
setAttributeName
-
getTextIndex
public int getTextIndex() -
setTextIndex
public void setTextIndex(int textIndex) -
getMandatory
public boolean getMandatory() -
setMandatory
public void setMandatory(boolean mandatory) -
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getSortOrder
public int getSortOrder() -
setSortOrder
public void setSortOrder(int sortOrder) -
getBackgroundColor
-
setBackgroundColor
-
getDisplayOnly
-
setDisplayOnly
-