Class ReferenceObjectBinding
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.reference.ReferenceObjectBinding
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,ReferenceObjectBindingContract
public final class ReferenceObjectBinding
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements ReferenceObjectBindingContract
Generated using JVM arguments -DNOT_BLANK=krmsObjectId,krmsDiscriminatorType,referenceObjectId,referenceDiscriminatorType
Concrete model object implementation, immutable.
Instances can be (un)marshalled to and from XML.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructReferenceObjectBindinginstances.static class -
Method Summary
Modifier and TypeMethodDescriptionThis is the CollectionName of the ReferenceObjectBindinggetId()This 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 ReferenceObjectBindingbooleanisActive()Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getCollectionName
Description copied from interface:ReferenceObjectBindingContractThis is the CollectionName of the ReferenceObjectBindingThe CollectionName of the ReferenceObjectBinding
- Specified by:
getCollectionNamein interfaceReferenceObjectBindingContract- Returns:
- the CollectionName of the ReferenceObjectBinding
-
getKrmsDiscriminatorType
Description copied from interface:ReferenceObjectBindingContractThis is the KrmsDiscriminatorType of the ReferenceObjectBindingThe KrmsDiscriminatorType of the ReferenceObjectBinding
- Specified by:
getKrmsDiscriminatorTypein interfaceReferenceObjectBindingContract- Returns:
- the KrmsDiscriminatorType of the ReferenceObjectBinding
-
getKrmsObjectId
Description copied from interface:ReferenceObjectBindingContractThis is the KrmsObjectId of the ReferenceObjectBindingThe KrmsObjectId of the ReferenceObjectBinding
- Specified by:
getKrmsObjectIdin interfaceReferenceObjectBindingContract- Returns:
- the KrmsObjectId of the ReferenceObjectBinding
-
getNamespace
Description copied from interface:ReferenceObjectBindingContractThis is the namespace of the ReferenceObjectBindingThe namespace of the ReferenceObjectBinding
- Specified by:
getNamespacein interfaceReferenceObjectBindingContract- Returns:
- the namespace of the ReferenceObjectBinding
-
getReferenceDiscriminatorType
Description copied from interface:ReferenceObjectBindingContractThis is the ReferenceDiscriminatorType of the ReferenceObjectBindingThe ReferenceDiscriminatorType of the ReferenceObjectBinding
- Specified by:
getReferenceDiscriminatorTypein interfaceReferenceObjectBindingContract- Returns:
- the ReferenceDiscriminatorType of the ReferenceObjectBinding
-
getReferenceObjectId
Description copied from interface:ReferenceObjectBindingContractThis is the ReferenceObjectId of the ReferenceObjectBindingThe ReferenceObjectId of the ReferenceObjectBinding
- Specified by:
getReferenceObjectIdin interfaceReferenceObjectBindingContract- Returns:
- the ReferenceObjectId of the ReferenceObjectBinding
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-