org.kuali.student.contract.model
Class Dictionary

java.lang.Object
  extended by org.kuali.student.contract.model.Dictionary
All Implemented Interfaces:
Serializable, Cloneable

public class Dictionary
extends Object
implements Serializable, Cloneable

Models a single dictionary entry

Author:
nwright
See Also:
Serialized Form

Field Summary
protected  String additionalConstraintDescription
           
protected  List<String> additionalConstraintIds
           
protected  String combinedConstraintDescription
           
 String desc
           
 
Constructor Summary
Dictionary()
           
 
Method Summary
 Object clone()
           
 String getAdditionalConstraintDescription()
          Get the value of additionalConstraintDescription
 List<String> getAdditionalConstraintIds()
          Get the value of additionalConstraintIds
 String getBaseConstraintDescription()
          Get the value of baseConstraintDescription
 String getCombinedConstraintDescription()
          Get the value of combinedConstraintDescription
 String getComments()
          Get the value of comments
 String getDesc()
          Get the value of desc
 String getId()
          Get the value of id
 Constraint getInlineConstraint()
          Get the value of inlineConstraint
 String getName()
          Get the value of name
 Dictionary getParent()
           
 String getPrimitive()
          Get the value of primitive
 String getShortName()
          Get the value of shortName
 String getState()
          Get the value of state
 String getSubState()
          Get the value of subState
 String getSubType()
          Get the value of subType
 String getType()
          Get the value of type
 String getXmlObject()
          Get the value of xmlObject
 boolean isDynamic()
           
 boolean isSelector()
          Get the value of selector
 void setAdditionalConstraintDescription(String additionalConstraintDescription)
          Set the value of additionalConstraintDescription
 void setAdditionalConstraintIds(List<String> additionalConstraintIds)
          Set the value of additionalConstraintIds
 void setBaseConstraintDescription(String baseConstraintDescription)
          Set the value of baseConstraintDescription
 void setCombinedConstraintDescription(String combinedConstraintDescription)
          Set the value of combinedConstraintDescription
 void setComments(String comments)
          Set the value of comments
 void setDesc(String desc)
          Set the value of desc
 void setDynamic(boolean dynamic)
           
 void setId(String id)
          Set the value of id
 void setInlineConstraint(Constraint inlineConstraint)
          Set the value of inlineConstraint
 void setName(String name)
          Set the value of name
 void setParent(Dictionary parent)
           
 void setPrimitive(String primitive)
          Set the value of primitive
 void setSelector(boolean selector)
          Set the value of selector
 void setShortName(String shortName)
          Set the value of shortName
 void setState(String state)
          Set the value of state
 void setSubState(String subState)
          Set the value of subState
 void setSubType(String subType)
          Set the value of subType
 void setType(String type)
          Set the value of type
 void setXmlObject(String xmlObject)
          Set the value of xmlObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

desc

public String desc

additionalConstraintIds

protected List<String> additionalConstraintIds

additionalConstraintDescription

protected String additionalConstraintDescription

combinedConstraintDescription

protected String combinedConstraintDescription
Constructor Detail

Dictionary

public Dictionary()
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

getType

public String getType()
Get the value of type

Returns:
the value of type

setType

public void setType(String type)
Set the value of type

Parameters:
type - new value of type

getState

public String getState()
Get the value of state

Returns:
the value of state

setState

public void setState(String state)
Set the value of state

Parameters:
state - new value of state

getParent

public Dictionary getParent()

setParent

public void setParent(Dictionary parent)

getSubType

public String getSubType()
Get the value of subType

Returns:
the value of subType

setSubType

public void setSubType(String subType)
Set the value of subType

Parameters:
subType - new value of subType

getSubState

public String getSubState()
Get the value of subState

Returns:
the value of subState

setSubState

public void setSubState(String subState)
Set the value of subState

Parameters:
subState - new value of subState

getXmlObject

public String getXmlObject()
Get the value of xmlObject

Returns:
the value of xmlObject

setXmlObject

public void setXmlObject(String xmlObject)
Set the value of xmlObject

Parameters:
xmlObject - new value of xmlObject

getShortName

public String getShortName()
Get the value of shortName

Returns:
the value of shortName

setShortName

public void setShortName(String shortName)
Set the value of shortName

Parameters:
shortName - new value of shortName

getPrimitive

public String getPrimitive()
Get the value of primitive

Returns:
the value of primitive

setPrimitive

public void setPrimitive(String primitive)
Set the value of primitive

Parameters:
primitive - new value of primitive

getBaseConstraintDescription

public String getBaseConstraintDescription()
Get the value of baseConstraintDescription

Returns:
the value of baseConstraintDescription

setBaseConstraintDescription

public void setBaseConstraintDescription(String baseConstraintDescription)
Set the value of baseConstraintDescription

Parameters:
baseConstraintDescription - new value of baseConstraintDescription

getName

public String getName()
Get the value of name

Returns:
the value of name

setName

public void setName(String name)
Set the value of name

Parameters:
name - new value of name

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

isSelector

public boolean isSelector()
Get the value of selector

Returns:
the value of selector

setSelector

public void setSelector(boolean selector)
Set the value of selector

Parameters:
selector - new value of selector

isDynamic

public boolean isDynamic()

setDynamic

public void setDynamic(boolean dynamic)

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

getAdditionalConstraintIds

public List<String> getAdditionalConstraintIds()
Get the value of additionalConstraintIds

Returns:
the value of additionalConstraintIds

setAdditionalConstraintIds

public void setAdditionalConstraintIds(List<String> additionalConstraintIds)
Set the value of additionalConstraintIds

Parameters:
additionalConstraintIds - new value of additionalConstraintIds

getAdditionalConstraintDescription

public String getAdditionalConstraintDescription()
Get the value of additionalConstraintDescription

Returns:
the value of additionalConstraintDescription

setAdditionalConstraintDescription

public void setAdditionalConstraintDescription(String additionalConstraintDescription)
Set the value of additionalConstraintDescription

Parameters:
additionalConstraintDescription - new value of additionalConstraintDescription

getCombinedConstraintDescription

public String getCombinedConstraintDescription()
Get the value of combinedConstraintDescription

Returns:
the value of combinedConstraintDescription

setCombinedConstraintDescription

public void setCombinedConstraintDescription(String combinedConstraintDescription)
Set the value of combinedConstraintDescription

Parameters:
combinedConstraintDescription - new value of combinedConstraintDescription

getInlineConstraint

public Constraint getInlineConstraint()
Get the value of inlineConstraint

Returns:
the value of inlineConstraint

setInlineConstraint

public void setInlineConstraint(Constraint inlineConstraint)
Set the value of inlineConstraint

Parameters:
inlineConstraint - new value of inlineConstraint

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


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