org.kuali.student.core.statement.entity
Class Statement

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.MetaEntity
          extended by org.kuali.student.core.statement.entity.Statement
All Implemented Interfaces:
AttributeOwner<StatementAttribute>

public class Statement
extends MetaEntity
implements AttributeOwner<StatementAttribute>


Field Summary
private  List<StatementAttribute> attributes
           
private  List<Statement> children
           
private  StatementRichText descr
           
private  String name
           
private  StatementOperatorTypeKey operator
           
private  List<RefStatementRelation> refStatementRelations
           
private  List<ReqComponent> requiredComponents
           
private  String state
           
private  StatementType statementType
           
 
Constructor Summary
Statement()
           
 
Method Summary
 List<StatementAttribute> getAttributes()
           
 List<Statement> getChildren()
           
 StatementRichText getDescr()
           
 String getName()
           
 StatementOperatorTypeKey getOperator()
           
 List<RefStatementRelation> getRefStatementRelations()
           
 List<ReqComponent> getRequiredComponents()
           
 String getState()
           
 StatementType getStatementType()
           
 void setAttributes(List<StatementAttribute> attributes)
           
 void setChildren(List<Statement> children)
           
 void setDescr(StatementRichText descr)
           
 void setName(String name)
           
 void setOperator(StatementOperatorTypeKey operator)
           
 void setRefStatementRelations(List<RefStatementRelation> refStatementRelations)
           
 void setRequiredComponents(List<ReqComponent> requiredComponents)
           
 void setState(String state)
           
 void setStatementType(StatementType statementType)
           
 String toString()
           
 
Methods inherited from class org.kuali.student.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Statement

public Statement()
Method Detail

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.