@Entity public class ReferenceObjectBindingBo extends Object implements org.kuali.rice.krms.api.repository.reference.ReferenceObjectBindingContract, org.kuali.rice.core.api.mo.common.Versioned, Serializable
ReferenceObjectBinding.| Constructor and Description |
|---|
ReferenceObjectBindingBo()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ReferenceObjectBindingBo |
from(org.kuali.rice.krms.api.repository.reference.ReferenceObjectBinding referenceObjectBinding)
Converts a immutable
ReferenceObjectBinding to its mutable ReferenceObjectBindingBo counterpart. |
String |
getCollectionName() |
String |
getId() |
String |
getKrmsDiscriminatorType() |
String |
getKrmsObjectId() |
String |
getNamespace() |
String |
getReferenceDiscriminatorType() |
String |
getReferenceObjectId() |
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active)
Sets the value of active on this builder to the given value.
|
void |
setCollectionName(String collectionName)
Sets the value of collectionName on this builder to the given value.
|
void |
setId(String id)
Sets the value of id on this builder to the given value.
|
void |
setKrmsDiscriminatorType(String krmsDiscriminatorType)
Sets the value of krmsDiscriminatorType on this builder to the given value.
|
void |
setKrmsObjectId(String krmsObjectId)
Sets the value of krmsObjectId on this builder to the given value.
|
void |
setNamespace(String namespace)
Sets the value of namespace on this builder to the given value.
|
void |
setReferenceDiscriminatorType(String referenceDiscriminatorType)
Sets the value of referenceDiscriminatorType on this builder to the given value.
|
void |
setReferenceObjectId(String referenceObjectId)
Sets the value of referenceObjectId on this builder to the given value.
|
void |
setVersionNumber(Long versionNumber)
Sets the value of versionNumber on this builder to the given value.
|
static org.kuali.rice.krms.api.repository.reference.ReferenceObjectBinding |
to(ReferenceObjectBindingBo referenceObjectBindingBo)
Converts a mutable
ReferenceObjectBindingBo to its immutable counterpart, ReferenceObjectBinding. |
public ReferenceObjectBindingBo()
public String getCollectionName()
getCollectionName in interface org.kuali.rice.krms.api.repository.reference.ReferenceObjectBindingContractpublic String getKrmsDiscriminatorType()
getKrmsDiscriminatorType in interface org.kuali.rice.krms.api.repository.reference.ReferenceObjectBindingContractpublic String getKrmsObjectId()
getKrmsObjectId in interface org.kuali.rice.krms.api.repository.reference.ReferenceObjectBindingContractpublic String getNamespace()
getNamespace in interface org.kuali.rice.krms.api.repository.reference.ReferenceObjectBindingContractpublic String getReferenceDiscriminatorType()
getReferenceDiscriminatorType in interface org.kuali.rice.krms.api.repository.reference.ReferenceObjectBindingContractpublic String getReferenceObjectId()
getReferenceObjectId in interface org.kuali.rice.krms.api.repository.reference.ReferenceObjectBindingContractpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic void setCollectionName(String collectionName)
collectionName - the collectionName value to set.public void setKrmsDiscriminatorType(String krmsDiscriminatorType)
krmsDiscriminatorType - the krmsDiscriminatorType value to set.public void setKrmsObjectId(String krmsObjectId)
krmsObjectId - the krmsObjectId value to set.public void setNamespace(String namespace)
namespace - the namespace value to set.public void setReferenceDiscriminatorType(String referenceDiscriminatorType)
referenceDiscriminatorType - the referenceDiscriminatorType value to set.public void setReferenceObjectId(String referenceObjectId)
referenceObjectId - the referenceObjectId value to set.public void setId(String id)
id - the id value to set.public void setActive(boolean active)
active - the active value to set.public void setVersionNumber(Long versionNumber)
versionNumber - the versionNumber value to set.public static org.kuali.rice.krms.api.repository.reference.ReferenceObjectBinding to(ReferenceObjectBindingBo referenceObjectBindingBo)
ReferenceObjectBindingBo to its immutable counterpart, ReferenceObjectBinding.referenceObjectBindingBo - the mutable business object.ReferenceObjectBinding the immutable object.public static ReferenceObjectBindingBo from(org.kuali.rice.krms.api.repository.reference.ReferenceObjectBinding referenceObjectBinding)
ReferenceObjectBinding to its mutable ReferenceObjectBindingBo counterpart.referenceObjectBinding - the immutable object.ReferenceObjectBindingBo the mutable ReferenceObjectBindingBo.Copyright © 2005–2017 The Kuali Foundation. All rights reserved.