public class CreditInfo extends Object implements Serializable, Idable, HasAttributes
Constructor and Description |
---|
CreditInfo() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes.
|
RichTextInfo |
getDesc()
Description of this credit.
|
Date |
getEffectiveDate()
Date and time that this credit value became effective.
|
Date |
getExpirationDate()
Date and time that this credit value expires.
|
String |
getId()
The page creditId Structure does not exist.
|
String |
getName()
Name of this credit.
|
String |
getType()
Unique identifier for a credit type.
|
String |
getValue()
Value of the credit.
|
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) |
public CreditInfo()
public String getName()
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public String getValue()
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
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.