|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.core.statement.dto.AbstractStatementInfo
public abstract class AbstractStatementInfo
Detailed information about a single LU statement.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private RichTextInfo |
desc
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
name
|
private StatementOperatorTypeKey |
operator
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
Constructor Summary | |
---|---|
AbstractStatementInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDesc()
Narrative description for the LU statement. |
String |
getId()
Unique identifier for a single LU statement record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getName()
Friendly name for the LU statement. |
StatementOperatorTypeKey |
getOperator()
Logical operator used to assemble statements. |
String |
getState()
The current status of the statement. |
String |
getType()
Unique identifier for an LU statement type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDesc(RichTextInfo desc)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setName(String name)
|
void |
setOperator(StatementOperatorTypeKey operator)
|
void |
setState(String state)
|
void |
setType(String type)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String name
private RichTextInfo desc
private StatementOperatorTypeKey operator
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
Constructor Detail |
---|
public AbstractStatementInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public StatementOperatorTypeKey getOperator()
public void setOperator(StatementOperatorTypeKey operator)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType
in interface HasTypeState
public void setType(String type)
setType
in interface HasTypeState
public String getState()
getState
in interface HasTypeState
public void setState(String state)
setState
in interface HasTypeState
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |