|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.contract.model.Dictionary
public class Dictionary
Models a single dictionary entry
| 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 |
|---|
public String desc
protected List<String> additionalConstraintIds
protected String additionalConstraintDescription
protected String combinedConstraintDescription
| Constructor Detail |
|---|
public Dictionary()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - new value of idpublic String getType()
public void setType(String type)
type - new value of typepublic String getState()
public void setState(String state)
state - new value of statepublic Dictionary getParent()
public void setParent(Dictionary parent)
public String getSubType()
public void setSubType(String subType)
subType - new value of subTypepublic String getSubState()
public void setSubState(String subState)
subState - new value of subStatepublic String getXmlObject()
public void setXmlObject(String xmlObject)
xmlObject - new value of xmlObjectpublic String getShortName()
public void setShortName(String shortName)
shortName - new value of shortNamepublic String getPrimitive()
public void setPrimitive(String primitive)
primitive - new value of primitivepublic String getBaseConstraintDescription()
public void setBaseConstraintDescription(String baseConstraintDescription)
baseConstraintDescription - new value of baseConstraintDescriptionpublic String getName()
public void setName(String name)
name - new value of namepublic String getDesc()
public void setDesc(String desc)
desc - new value of descpublic boolean isSelector()
public void setSelector(boolean selector)
selector - new value of selectorpublic boolean isDynamic()
public void setDynamic(boolean dynamic)
public String getComments()
public void setComments(String comments)
comments - new value of commentspublic List<String> getAdditionalConstraintIds()
public void setAdditionalConstraintIds(List<String> additionalConstraintIds)
additionalConstraintIds - new value of additionalConstraintIdspublic String getAdditionalConstraintDescription()
public void setAdditionalConstraintDescription(String additionalConstraintDescription)
additionalConstraintDescription - new value of additionalConstraintDescriptionpublic String getCombinedConstraintDescription()
public void setCombinedConstraintDescription(String combinedConstraintDescription)
combinedConstraintDescription - new value of combinedConstraintDescriptionpublic Constraint getInlineConstraint()
public void setInlineConstraint(Constraint inlineConstraint)
inlineConstraint - new value of inlineConstraint
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||