public class Field extends Object implements Serializable
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
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
|
public Field()
public 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 getXmlType()
public void setXmlType(String xmlType)
xmlType
- new value of xmlTypepublic String getPrimitive()
public void setPrimitive(String primitive)
primitive
- new value of primitivepublic 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 commentsCopyright © 2004–2014 The Kuali Foundation. All rights reserved.