|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lrc.dto.CredentialInfo
public class CredentialInfo
Detailed information about a credential value.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private RichTextInfo |
desc
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
name
|
private static long |
serialVersionUID
|
private String |
type
|
private String |
value
|
Constructor Summary | |
---|---|
CredentialInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDesc()
Description of the credential. |
Date |
getEffectiveDate()
Date and time that this credential value became effective. |
Date |
getExpirationDate()
Date and time that this credential value expires. |
String |
getId()
Unique identifier for a credential value. |
String |
getName()
Name of the credential. |
String |
getType()
Unique identifier for a credential type. |
String |
getValue()
Value of the credential. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDesc(RichTextInfo desc)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setName(String name)
|
void |
setType(String type)
|
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String name
private RichTextInfo desc
private String value
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private String type
private String id
Constructor Detail |
---|
public CredentialInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public String getValue()
public void setValue(String value)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public String getType()
public void setType(String type)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |