org.kuali.student.contract.model
Class Field

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

public class Field
extends Object
implements Serializable

This models a single field definition in the spreadsheet

Author:
nwright
See Also:
Serialized Form

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

Field

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

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

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

getXmlType

public String getXmlType()
Get the value of xmlType

Returns:
the value of xmlType

setXmlType

public void setXmlType(String xmlType)
Set the value of xmlType

Parameters:
xmlType - new value of xmlType

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

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

getConstraintIds

public List<String> getConstraintIds()
Get the value of constraintIds

Returns:
the value of constraintIds

setConstraintIds

public void setConstraintIds(List<String> constraintIds)
Set the value of constraintIds

Parameters:
constraintIds - new value of constraintIds

getConstraintDescription

public String getConstraintDescription()
Get the value of constraintDescription

Returns:
the value of constraintDescription

setConstraintDescription

public void setConstraintDescription(String constraintDescription)
Set the value of constraintDescription

Parameters:
constraintDescription - new value of constraintDescription

isDynamic

public boolean isDynamic()
Get the value of dynamic

Returns:
the value of dynamic

setDynamic

public void setDynamic(boolean dynamic)
Set the value of dynamic

Parameters:
dynamic - new value of dynamic

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

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

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


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