|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder org.kuali.student.contract.model.test.source.StateInfo.Builder
public static class StateInfo.Builder
Constructor Summary | |
---|---|
StateInfo.Builder()
|
|
StateInfo.Builder(State stateInfo)
|
Method Summary | |
---|---|
StateInfo |
build()
|
String |
getDescr()
Name: Description Narrative description of the State |
Date |
getEffectiveDate()
Name:Effective Date Date/time this object became effective. |
Date |
getExpirationDate()
Name: Expiration Date Date/time this relationship is no longer effective. |
String |
getKey()
Unique key to this object. |
String |
getName()
Name: Name Friendly name of the State |
void |
setDescr(String descr)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setKey(String key)
|
void |
setName(String name)
|
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder |
---|
getAttributes, setAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.contract.model.test.source.HasAttributes |
---|
getAttributes |
Constructor Detail |
---|
public StateInfo.Builder()
public StateInfo.Builder(State stateInfo)
Method Detail |
---|
public StateInfo build()
build
in interface ModelBuilder<StateInfo>
public String getKey()
HasKey
getKey
in interface HasKey
public void setKey(String key)
public String getName()
State
getName
in interface State
public void setName(String name)
public String getDescr()
State
getDescr
in interface State
public void setDescr(String descr)
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
public void setExpirationDate(Date expirationDate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |