Interface ReferenceObjectBindingContract
- All Superinterfaces:
Identifiable,Inactivatable,Versioned
- All Known Implementing Classes:
ReferenceObjectBinding,ReferenceObjectBinding.Builder
Defines the contract for a
ReferenceObjectBinding- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThis is the CollectionName of the ReferenceObjectBindingThis is the KrmsDiscriminatorType of the ReferenceObjectBindingThis is the KrmsObjectId of the ReferenceObjectBindingThis is the namespace of the ReferenceObjectBindingThis is the ReferenceDiscriminatorType of the ReferenceObjectBindingThis is the ReferenceObjectId of the ReferenceObjectBindingMethods 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
-
getCollectionName
String getCollectionName()This is the CollectionName of the ReferenceObjectBindingThe CollectionName of the ReferenceObjectBinding
- Returns:
- the CollectionName of the ReferenceObjectBinding
-
getKrmsDiscriminatorType
String getKrmsDiscriminatorType()This is the KrmsDiscriminatorType of the ReferenceObjectBindingThe KrmsDiscriminatorType of the ReferenceObjectBinding
- Returns:
- the KrmsDiscriminatorType of the ReferenceObjectBinding
-
getKrmsObjectId
String getKrmsObjectId()This is the KrmsObjectId of the ReferenceObjectBindingThe KrmsObjectId of the ReferenceObjectBinding
- Returns:
- the KrmsObjectId of the ReferenceObjectBinding
-
getNamespace
String getNamespace()This is the namespace of the ReferenceObjectBindingThe namespace of the ReferenceObjectBinding
- Returns:
- the namespace of the ReferenceObjectBinding
-
getReferenceDiscriminatorType
String getReferenceDiscriminatorType()This is the ReferenceDiscriminatorType of the ReferenceObjectBindingThe ReferenceDiscriminatorType of the ReferenceObjectBinding
- Returns:
- the ReferenceDiscriminatorType of the ReferenceObjectBinding
-
getReferenceObjectId
String getReferenceObjectId()This is the ReferenceObjectId of the ReferenceObjectBindingThe ReferenceObjectId of the ReferenceObjectBinding
- Returns:
- the ReferenceObjectId of the ReferenceObjectBinding
-