|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.model.State
public class State
Models the state object in the spreadsheet
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 |
---|
public static final String DEFAULT
public static final String GROUPING
Constructor Detail |
---|
public State()
Method Detail |
---|
public String getXmlTypeState()
public void setXmlTypeState(String xmlTypeState)
objectType
- new value of xmlTypeStatepublic String getXmlObject()
public void setXmlObject(String xmlObject)
xmlObject
- new value of xmlObjectpublic String getXmlObjectDesc()
public void setXmlObjectDesc(String xmlObjectDesc)
xmlObjectDesc
- new value of xmlObjectDescpublic boolean getInclude()
public void setInclude(boolean include)
include
- new value of includepublic String getName()
public void setName(String name)
name
- new value of namepublic String getDesc()
public void setDesc(String desc)
desc
- new value of descpublic String getStatus()
public void setStatus(String status)
status
- new value of statuspublic String getComments()
public void setComments(String comments)
comments
- new value of commentspublic Map<String,String> getAttributes()
public void setAttributes(Map<String,String> attributes)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public String getStateKey()
public void setStateKey(String stateKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |