public final class ReferenceObjectBinding extends AbstractDataTransferObject implements ReferenceObjectBindingContract
ReferenceObjectBindingContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
ReferenceObjectBinding.Builder
A builder which can be used to construct
ReferenceObjectBinding instances. |
static class |
ReferenceObjectBinding.Cache |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionName()
This is the CollectionName of the ReferenceObjectBinding
|
String |
getId()
The unique identifier for an object.
|
String |
getKrmsDiscriminatorType()
This is the KrmsDiscriminatorType of the ReferenceObjectBinding
|
String |
getKrmsObjectId()
This is the KrmsObjectId of the ReferenceObjectBinding
|
String |
getNamespace()
This is the namespace of the ReferenceObjectBinding
|
String |
getReferenceDiscriminatorType()
This is the ReferenceDiscriminatorType of the ReferenceObjectBinding
|
String |
getReferenceObjectId()
This is the ReferenceObjectId of the ReferenceObjectBinding
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getCollectionName()
ReferenceObjectBindingContract
The CollectionName of the ReferenceObjectBinding
getCollectionName
in interface ReferenceObjectBindingContract
public String getKrmsDiscriminatorType()
ReferenceObjectBindingContract
The KrmsDiscriminatorType of the ReferenceObjectBinding
getKrmsDiscriminatorType
in interface ReferenceObjectBindingContract
public String getKrmsObjectId()
ReferenceObjectBindingContract
The KrmsObjectId of the ReferenceObjectBinding
getKrmsObjectId
in interface ReferenceObjectBindingContract
public String getNamespace()
ReferenceObjectBindingContract
The namespace of the ReferenceObjectBinding
getNamespace
in interface ReferenceObjectBindingContract
public String getReferenceDiscriminatorType()
ReferenceObjectBindingContract
The ReferenceDiscriminatorType of the ReferenceObjectBinding
getReferenceDiscriminatorType
in interface ReferenceObjectBindingContract
public String getReferenceObjectId()
ReferenceObjectBindingContract
The ReferenceObjectId of the ReferenceObjectBinding
getReferenceObjectId
in interface ReferenceObjectBindingContract
public String getId()
Identifiable
getId
in interface Identifiable
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.