org.kuali.student.core.statement.entity
Class RefStatementRelation
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.core.statement.entity.RefStatementRelation
- All Implemented Interfaces:
- AttributeOwner<RefStatementRelationAttribute>
public class RefStatementRelation
- extends MetaEntity
- implements AttributeOwner<RefStatementRelationAttribute>
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
RefStatementRelation
public RefStatementRelation()
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.