Interface KewTypeDefinitionContract
- All Superinterfaces:
Identifiable,Inactivatable,Versioned
- All Known Implementing Classes:
KewTypeDefinition,KewTypeDefinition.Builder
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends KewTypeAttributeContract> This method returns a list of attributes associated with the KewTypegetName()This is the name for the KEWTypeThis is the namespace code.This is the name of the KEW KewType serviceMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActiveMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getName
String getName()This is the name for the KEWTypeIt is a name of a KEW type.
- Returns:
- name for KEW type.
-
getNamespace
String getNamespace()This is the namespace code.It provides scope of the KEW type.
- Returns:
- the namespace code of the KEW type.
-
getServiceName
String getServiceName()This is the name of the KEW KewType service- Returns:
- the service name of the KEW type
-
getAttributes
List<? extends KewTypeAttributeContract> getAttributes()This method returns a list of attributes associated with the KewType- Returns:
- a list of KewTypeAttribute objects.
-