org.eclipse.higgins.userprofile.entity
Class CardUsage
java.lang.Object
org.eclipse.higgins.userprofile.entity.CardUsage
- All Implemented Interfaces:
- Serializable
- public class CardUsage
- extends Object
- implements Serializable
- Author:
- PilipenkoYN
- See Also:
- Serialized Form
BY_SITE
public static final String BY_SITE
- See Also:
- Constant Field Values
BY_DATE
public static final String BY_DATE
- See Also:
- Constant Field Values
BY_USE
public static final String BY_USE
- See Also:
- Constant Field Values
CardUsage
public CardUsage()
CardUsage
public CardUsage(org.eclipse.higgins.icard.CUID cuid,
URI site,
Date date,
Boolean useAlways)
throws UserProfileException
- Deprecated.
- Parameters:
cuid - site - date - useAlways -
- Throws:
UserProfileException
CardUsage
public CardUsage(org.eclipse.higgins.icard.CUID cuid,
WebForm form,
Date date,
Boolean useAlways)
- Parameters:
cuid - form - date - useAlways -
getCuid
public org.eclipse.higgins.icard.CUID getCuid()
setCuid
public void setCuid(org.eclipse.higgins.icard.CUID cuid)
getDate
public Date getDate()
setDate
public void setDate(Date date)
getUseAlways
public Boolean getUseAlways()
setUseAlways
public void setUseAlways(Boolean useAlways)
getForm
public WebForm getForm()
setForm
public void setForm(WebForm form)
getSite
public URI getSite()
- Deprecated.
- Returns:
setSite
public void setSite(URI site)
throws UserProfileException
- Deprecated.
- Parameters:
site -
- Throws:
UserProfileException