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

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.RefStatementRelation
All Implemented Interfaces:
AttributeOwner<RefStatementRelationAttribute>

public class RefStatementRelation
extends MetaEntity
implements AttributeOwner<RefStatementRelationAttribute>


Field Summary
private  List<RefStatementRelationAttribute> attributes
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  String refObjectId
           
private  String refObjectTypeKey
           
private  RefStatementRelationType refStatementRelationType
           
private  String state
           
private  Statement statement
           
 
Constructor Summary
RefStatementRelation()
           
 
Method Summary
 List<RefStatementRelationAttribute> getAttributes()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getRefObjectId()
           
 String getRefObjectTypeKey()
           
 RefStatementRelationType getRefStatementRelationType()
           
 String getState()
           
 Statement getStatement()
           
 void setAttributes(List<RefStatementRelationAttribute> attributes)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setRefObjectId(String refObjectId)
           
 void setRefObjectTypeKey(String refObjectTypeKey)
           
 void setRefStatementRelationType(RefStatementRelationType refStatementRelationType)
           
 void setState(String state)
           
 void setStatement(Statement statement)
           
 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

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

refObjectTypeKey

private String refObjectTypeKey

refObjectId

private String refObjectId

refStatementRelationType

private RefStatementRelationType refStatementRelationType

state

private String state

statement

private Statement statement

attributes

private List<RefStatementRelationAttribute> attributes
Constructor Detail

RefStatementRelation

public RefStatementRelation()
Method Detail

getRefStatementRelationType

public RefStatementRelationType getRefStatementRelationType()

setRefStatementRelationType

public void setRefStatementRelationType(RefStatementRelationType refStatementRelationType)

getStatement

public Statement getStatement()

setStatement

public void setStatement(Statement statement)

getAttributes

public List<RefStatementRelationAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<RefStatementRelationAttribute>

setAttributes

public void setAttributes(List<RefStatementRelationAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<RefStatementRelationAttribute>

getState

public String getState()

setState

public void setState(String state)

getRefObjectTypeKey

public String getRefObjectTypeKey()

setRefObjectTypeKey

public void setRefObjectTypeKey(String refObjectTypeKey)

getRefObjectId

public String getRefObjectId()

setRefObjectId

public void setRefObjectId(String refObjectId)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.