Interface CustomAttributeContract
-
- All Superinterfaces:
IdentifiableNumeric,Named
public interface CustomAttributeContract extends IdentifiableNumeric, Named
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomAttributeDataTypeContractgetCustomAttributeDataType()IntegergetDataLength()StringgetDataTypeCode()StringgetDefaultValue()StringgetGroupName()StringgetLabel()StringgetLookupClass()StringgetLookupReturn()-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
-
-
-
Method Detail
-
getDataLength
Integer getDataLength()
-
getDataTypeCode
String getDataTypeCode()
-
getDefaultValue
String getDefaultValue()
-
getGroupName
String getGroupName()
-
getLabel
String getLabel()
-
getLookupClass
String getLookupClass()
-
getLookupReturn
String getLookupReturn()
-
getCustomAttributeDataType
CustomAttributeDataTypeContract getCustomAttributeDataType()
-
-