public class CrossObjectConstraint extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IMPLEMENTATION_TYPE_STATE_WHEN |
| Constructor and Description |
|---|
CrossObjectConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardinalityType()
Get the value of cardinalityType
|
String |
getComments()
Get the value of comments
|
String |
getDesc()
Get the value of desc
|
String |
getDictionaryId()
Get the value of dictionaryId
|
String |
getId()
Get the value of id
|
String |
getImplementation()
Get the value of implementation
|
String |
getMaxOccurs()
Get the value of maxOccurs
|
String |
getMinOccurs()
Get the value of minOccurs
|
String |
getObject1()
Get the value of object1
|
String |
getObject2()
Get the value of object2
|
String |
getRelationType()
Get the value of relationType
|
String |
getState1()
Get the value of state1
|
String |
getState2()
Get the value of state2
|
String |
getType1()
Get the value of type1
|
String |
getType2()
Get the value of type2
|
void |
setCardinalityType(String cardinalityType)
Set the value of cardinalityType
|
void |
setComments(String comments)
Set the value of comments
|
void |
setDesc(String desc)
Set the value of desc
|
void |
setDictionaryId(String dictionaryId)
Set the value of dictionaryId
|
void |
setId(String id)
Set the value of id
|
void |
setImplementation(String implementation)
Set the value of implementation
|
void |
setMaxOccurs(String maxOccurs)
Set the value of maxOccurs
|
void |
setMinOccurs(String minOccurs)
Set the value of minOccurs
|
void |
setObject1(String object1)
Set the value of object1
|
void |
setObject2(String object2)
Set the value of object2
|
void |
setRelationType(String relationType)
Set the value of relationType
|
void |
setState1(String state1)
Set the value of state1
|
void |
setState2(String state2)
Set the value of state2
|
void |
setType1(String type1)
Set the value of type1
|
void |
setType2(String type2)
Set the value of type2
|
public static String IMPLEMENTATION_TYPE_STATE_WHEN
public CrossObjectConstraint()
public String getImplementation()
public void setImplementation(String implementation)
implementation - new value of implementationpublic String getDictionaryId()
public void setDictionaryId(String dictionaryId)
dictionaryId - new value of dictionaryIdpublic String getObject1()
public void setObject1(String object1)
object1 - new value of object1public void setType1(String type1)
type1 - new value of type1public void setState1(String state1)
state1 - new value of state1public String getRelationType()
public void setRelationType(String relationType)
relationType - new value of relationTypepublic String getCardinalityType()
public void setCardinalityType(String cardinalityType)
cardinalityType - new value of cardinalityTypepublic String getObject2()
public void setObject2(String object2)
object2 - new value of object2public void setType2(String type2)
type2 - new value of type2public void setState2(String state2)
state2 - new value of state2public String getComments()
public void setComments(String comments)
comments - new value of commentspublic String getMinOccurs()
public void setMinOccurs(String minOccurs)
minOccurs - new value of minOccurspublic String getMaxOccurs()
public void setMaxOccurs(String maxOccurs)
maxOccurs - new value of maxOccursCopyright © 2004–2014 The Kuali Foundation. All rights reserved.