org.kuali.student.contract.model
Class CrossObjectConstraint

java.lang.Object
  extended by org.kuali.student.contract.model.CrossObjectConstraint

public class CrossObjectConstraint
extends Object

Models a cross-object constraint

Author:
nwright

Field Summary
static String IMPLEMENTATION_TYPE_STATE_WHEN
           
 
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

IMPLEMENTATION_TYPE_STATE_WHEN

public static String IMPLEMENTATION_TYPE_STATE_WHEN
Constructor Detail

CrossObjectConstraint

public CrossObjectConstraint()
Method Detail

getId

public String getId()
Get the value of id

Returns:
the value of id

setId

public void setId(String id)
Set the value of id

Parameters:
id - new value of id

getImplementation

public String getImplementation()
Get the value of implementation

Returns:
the value of implementation

setImplementation

public void setImplementation(String implementation)
Set the value of implementation

Parameters:
implementation - new value of implementation

getDictionaryId

public String getDictionaryId()
Get the value of dictionaryId

Returns:
the value of dictionaryId

setDictionaryId

public void setDictionaryId(String dictionaryId)
Set the value of dictionaryId

Parameters:
dictionaryId - new value of dictionaryId

getObject1

public String getObject1()
Get the value of object1

Returns:
the value of object1

setObject1

public void setObject1(String object1)
Set the value of object1

Parameters:
object1 - new value of object1

getType1

public String getType1()
Get the value of type1

Returns:
the value of type1

setType1

public void setType1(String type1)
Set the value of type1

Parameters:
type1 - new value of type1

getState1

public String getState1()
Get the value of state1

Returns:
the value of state1

setState1

public void setState1(String state1)
Set the value of state1

Parameters:
state1 - new value of state1

getRelationType

public String getRelationType()
Get the value of relationType

Returns:
the value of relationType

setRelationType

public void setRelationType(String relationType)
Set the value of relationType

Parameters:
relationType - new value of relationType

getCardinalityType

public String getCardinalityType()
Get the value of cardinalityType

Returns:
the value of cardinalityType

setCardinalityType

public void setCardinalityType(String cardinalityType)
Set the value of cardinalityType

Parameters:
cardinalityType - new value of cardinalityType

getObject2

public String getObject2()
Get the value of object2

Returns:
the value of object2

setObject2

public void setObject2(String object2)
Set the value of object2

Parameters:
object2 - new value of object2

getType2

public String getType2()
Get the value of type2

Returns:
the value of type2

setType2

public void setType2(String type2)
Set the value of type2

Parameters:
type2 - new value of type2

getState2

public String getState2()
Get the value of state2

Returns:
the value of state2

setState2

public void setState2(String state2)
Set the value of state2

Parameters:
state2 - new value of state2

getDesc

public String getDesc()
Get the value of desc

Returns:
the value of desc

setDesc

public void setDesc(String desc)
Set the value of desc

Parameters:
desc - new value of desc

getComments

public String getComments()
Get the value of comments

Returns:
the value of comments

setComments

public void setComments(String comments)
Set the value of comments

Parameters:
comments - new value of comments

getMinOccurs

public String getMinOccurs()
Get the value of minOccurs

Returns:
the value of minOccurs

setMinOccurs

public void setMinOccurs(String minOccurs)
Set the value of minOccurs

Parameters:
minOccurs - new value of minOccurs

getMaxOccurs

public String getMaxOccurs()
Get the value of maxOccurs

Returns:
the value of maxOccurs

setMaxOccurs

public void setMaxOccurs(String maxOccurs)
Set the value of maxOccurs

Parameters:
maxOccurs - new value of maxOccurs


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.