Interface CustomAttributeDocValueContract
-
- All Superinterfaces:
DocumentNumbered,IdentifiableNumeric
public interface CustomAttributeDocValueContract extends IdentifiableNumeric, DocumentNumbered
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomAttributeContractgetCustomAttribute()StringgetValue()-
Methods inherited from interface org.kuali.coeus.sys.api.model.DocumentNumbered
getDocumentNumber
-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
-
-
-
Method Detail
-
getValue
String getValue()
-
getCustomAttribute
CustomAttributeContract getCustomAttribute()
-
-