public class StateInfo extends HasAttributesInfo implements State, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
StateInfo.Builder |
attributes
Modifier and Type | Method and Description |
---|---|
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
|
getAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public String getKey()
HasKey
public String getName()
State
public String getDescr()
State
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.