|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.contract.model.Field
public class Field
This models a single field definition in the spreadsheet
| Constructor Summary | |
|---|---|
Field()
|
|
| Method Summary | |
|---|---|
String |
getComments()
Get the value of comments |
String |
getConstraintDescription()
Get the value of constraintDescription |
List<String> |
getConstraintIds()
Get the value of constraintIds |
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 |
String |
getPrimitive()
Get the value of primitive |
String |
getShortName()
Get the value of shortName |
String |
getXmlObject()
Get the value of xmlObject |
String |
getXmlType()
Get the value of xmlType |
boolean |
isDynamic()
Get the value of dynamic |
boolean |
isSelector()
Get the value of selector |
void |
setComments(String comments)
Set the value of comments |
void |
setConstraintDescription(String constraintDescription)
Set the value of constraintDescription |
void |
setConstraintIds(List<String> constraintIds)
Set the value of constraintIds |
void |
setDesc(String desc)
Set the value of desc |
void |
setDynamic(boolean dynamic)
Set the value of 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 |
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 |
setXmlObject(String xmlObject)
Set the value of xmlObject |
void |
setXmlType(String xmlType)
Set the value of xmlType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Field()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - new value of idpublic 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 getName()
public void setName(String name)
name - new value of namepublic String getXmlType()
public void setXmlType(String xmlType)
xmlType - new value of xmlTypepublic String getPrimitive()
public void setPrimitive(String primitive)
primitive - new value of primitivepublic String getDesc()
public void setDesc(String desc)
desc - new value of descpublic List<String> getConstraintIds()
public void setConstraintIds(List<String> constraintIds)
constraintIds - new value of constraintIdspublic String getConstraintDescription()
public void setConstraintDescription(String constraintDescription)
constraintDescription - new value of constraintDescriptionpublic boolean isDynamic()
public void setDynamic(boolean dynamic)
dynamic - new value of dynamicpublic boolean isSelector()
public void setSelector(boolean selector)
selector - new value of selectorpublic Constraint getInlineConstraint()
public void setInlineConstraint(Constraint inlineConstraint)
inlineConstraint - new value of inlineConstraintpublic String getComments()
public void setComments(String comments)
comments - new value of comments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||