org.eclipse.higgins.userprofile.entity
Class CardUsage

java.lang.Object
  extended byorg.eclipse.higgins.userprofile.entity.CardUsage
All Implemented Interfaces:
Serializable

public class CardUsage
extends Object
implements Serializable

Author:
PilipenkoYN
See Also:
Serialized Form

Field Summary
static String BY_DATE
           
static String BY_SITE
           
static String BY_USE
           
 
Constructor Summary
CardUsage()
           
CardUsage(org.eclipse.higgins.icard.CUID cuid, URI site, Date date, Boolean useAlways)
          Deprecated.  
CardUsage(org.eclipse.higgins.icard.CUID cuid, WebForm form, Date date, Boolean useAlways)
           
 
Method Summary
 org.eclipse.higgins.icard.CUID getCuid()
           
 Date getDate()
           
 WebForm getForm()
           
 URI getSite()
          Deprecated.  
 Boolean getUseAlways()
           
 void setCuid(org.eclipse.higgins.icard.CUID cuid)
           
 void setDate(Date date)
           
 void setForm(WebForm form)
           
 void setSite(URI site)
          Deprecated.  
 void setUseAlways(Boolean useAlways)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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 -
Method Detail

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