|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.model.CrossObjectConstraint
public class CrossObjectConstraint
Models a cross-object constraint
Field Summary | |
---|---|
private String |
cardinalityType
|
private String |
comments
|
private String |
desc
|
private String |
dictionaryId
|
private String |
id
|
private String |
implementation
|
static String |
IMPLEMENTATION_TYPE_STATE_WHEN
|
private String |
maxOccurs
|
private String |
minOccurs
|
private String |
object1
|
private String |
object2
|
private String |
relationType
|
private String |
state1
|
private String |
state2
|
private String |
type1
|
private String |
type2
|
Constructor Summary | |
---|---|
CrossObjectConstraint()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String IMPLEMENTATION_TYPE_STATE_WHEN
private String id
private String implementation
private String dictionaryId
private String object1
private String type1
private String state1
private String relationType
private String cardinalityType
private String object2
private String type2
private String state2
private String desc
private String comments
private String minOccurs
private String maxOccurs
Constructor Detail |
---|
public CrossObjectConstraint()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- new value of idpublic 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 String getType1()
public void setType1(String type1)
type1
- new value of type1public String getState1()
public 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 String getType2()
public void setType2(String type2)
type2
- new value of type2public String getState2()
public void setState2(String state2)
state2
- new value of state2public String getDesc()
public void setDesc(String desc)
desc
- new value of descpublic 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 maxOccurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |