public class State extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT  | 
static String | 
GROUPING  | 
| Constructor and Description | 
|---|
State()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
public static final String DEFAULT
public static final String GROUPING
public State()
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 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)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.