org.kuali.student.contract.model
Class State

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

public class State
extends Object
implements Serializable

Models the state object in the spreadsheet

Author:
nwright
See Also:
Serialized Form

Field Summary
static String DEFAULT
           
static String GROUPING
           
 
Constructor Summary
State()
           
 
Method Summary
 Map<String,String> getAttributes()
           
 String getComments()
          Get the value of comments
 String getDesc()
          Get the value of desc
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 boolean getInclude()
          Get the value of include
 String getName()
          Get the value of name
 String getStateKey()
           
 String getStatus()
          Get the value of status
 String getXmlObject()
          Get the value of xmlObject
 String getXmlObjectDesc()
          Get the value of xmlObjectDesc
 String getXmlTypeState()
          Get the value of xmlTypeState
 void setAttributes(Map<String,String> attributes)
           
 void setComments(String comments)
          Set the value of comments
 void setDesc(String desc)
          Set the value of desc
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setInclude(boolean include)
          Set the value of include
 void setName(String name)
          Set the value of name
 void setStateKey(String stateKey)
           
 void setStatus(String status)
          Set the value of status
 void setXmlObject(String xmlObject)
          Set the value of xmlObject
 void setXmlObjectDesc(String xmlObjectDesc)
          Set the value of xmlObjectDesc
 void setXmlTypeState(String xmlTypeState)
          Set the value of xmlTypeState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final String DEFAULT
See Also:
Constant Field Values

GROUPING

public static final String GROUPING
See Also:
Constant Field Values
Constructor Detail

State

public State()
Method Detail

getXmlTypeState

public String getXmlTypeState()
Get the value of xmlTypeState

Returns:
the value of xmlTypeState

setXmlTypeState

public void setXmlTypeState(String xmlTypeState)
Set the value of xmlTypeState

Parameters:
objectType - new value of xmlTypeState

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

getXmlObjectDesc

public String getXmlObjectDesc()
Get the value of xmlObjectDesc

Returns:
the value of xmlObjectDesc

setXmlObjectDesc

public void setXmlObjectDesc(String xmlObjectDesc)
Set the value of xmlObjectDesc

Parameters:
xmlObjectDesc - new value of xmlObjectDesc

getInclude

public boolean getInclude()
Get the value of include

Returns:
the value of include

setInclude

public void setInclude(boolean include)
Set the value of include

Parameters:
include - new value of include

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

getStatus

public String getStatus()
Get the value of status

Returns:
the value of status

setStatus

public void setStatus(String status)
Set the value of status

Parameters:
status - new value of status

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

getAttributes

public Map<String,String> getAttributes()

setAttributes

public void setAttributes(Map<String,String> attributes)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getStateKey

public String getStateKey()

setStateKey

public void setStateKey(String stateKey)


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.