Interface CustomAttributeDocumentContract
-
- All Superinterfaces:
DocumentTyped,IdentifiableNumeric,Inactivatable
public interface CustomAttributeDocumentContract extends IdentifiableNumeric, DocumentTyped, Inactivatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomAttributeContractgetCustomAttribute()StringgetTypeName()booleanisRequired()-
Methods inherited from interface org.kuali.coeus.sys.api.model.DocumentTyped
getDocumentTypeName
-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Inactivatable
isActive
-
-
-
-
Method Detail
-
isRequired
boolean isRequired()
-
getTypeName
String getTypeName()
-
getCustomAttribute
CustomAttributeContract getCustomAttribute()
-
-