org.kuali.student.core.statement.entity
Class Statement
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.core.statement.entity.Statement
- All Implemented Interfaces:
- AttributeOwner<StatementAttribute>
public class Statement
- extends MetaEntity
- implements AttributeOwner<StatementAttribute>
name
private String name
descr
private StatementRichText descr
state
private String state
operator
private StatementOperatorTypeKey operator
children
private List<Statement> children
requiredComponents
private List<ReqComponent> requiredComponents
statementType
private StatementType statementType
attributes
private List<StatementAttribute> attributes
refStatementRelations
private List<RefStatementRelation> refStatementRelations
Statement
public Statement()
getChildren
public List<Statement> getChildren()
setChildren
public void setChildren(List<Statement> children)
getRequiredComponents
public List<ReqComponent> getRequiredComponents()
setRequiredComponents
public void setRequiredComponents(List<ReqComponent> requiredComponents)
getStatementType
public StatementType getStatementType()
setStatementType
public void setStatementType(StatementType statementType)
getOperator
public StatementOperatorTypeKey getOperator()
setOperator
public void setOperator(StatementOperatorTypeKey operator)
getName
public String getName()
setName
public void setName(String name)
getDescr
public StatementRichText getDescr()
setDescr
public void setDescr(StatementRichText descr)
getAttributes
public List<StatementAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<StatementAttribute>
setAttributes
public void setAttributes(List<StatementAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<StatementAttribute>
getState
public String getState()
setState
public void setState(String state)
getRefStatementRelations
public List<RefStatementRelation> getRefStatementRelations()
setRefStatementRelations
public void setRefStatementRelations(List<RefStatementRelation> refStatementRelations)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.