org.eclipse.higgins.ics.gwt.base.client.model.entity
Class Card
java.lang.Object
org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
org.eclipse.higgins.ics.gwt.base.client.model.entity.Card
- All Implemented Interfaces:
- Serializable
- public class Card
- extends BaseEntity
- implements Serializable
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
|
Constructor Summary |
Card()
|
Card
public Card()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
getCuid
public String getCuid()
- Returns:
- the cuid
setCuid
public void setCuid(String cuid)
- Parameters:
cuid - the cuid to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id - the id to set
getImageType
public String getImageType()
- Returns:
- the imageType
setImageType
public void setImageType(String imageType)
- Parameters:
imageType - the imageType to set
getIssuerName
public String getIssuerName()
- Returns:
- the issuerName
setIssuerName
public void setIssuerName(String issuerName)
- Parameters:
issuerName - the issuerName to set
getClaimItems
public ClaimItem[] getClaimItems()
- Returns:
- the claimItems
setClaimItems
public void setClaimItems(ClaimItem[] claimItems)
- Parameters:
claimItems - the claimItems to set
getImage
public String getImage()
- Returns:
- the image
setImage
public void setImage(String image)
- Parameters:
image - the image to set
getCardCredential
public CardCredential[] getCardCredential()
- Returns:
- the cardCredential
setCardCredential
public void setCardCredential(CardCredential[] cardCredential)
- Parameters:
cardCredential - the cardCredential to set
isRelationCatagory
public Boolean isRelationCatagory()
- Returns:
- the isRelationCatagory
setRelationCatagory
public void setRelationCatagory(Boolean isRelationCatagory)
- Parameters:
isRelationCatagory - the isRelationCatagory to set
getSelfIssued
public Boolean getSelfIssued()
- Returns:
- the selfIssued
setSelfIssued
public void setSelfIssued(Boolean selfIssued)
- Parameters:
selfIssued - the selfIssued to set
getExpiredTime
public Date getExpiredTime()
- Returns:
- the expiredTime
setExpiredTime
public void setExpiredTime(Date expiredTime)
- Parameters:
expiredTime - the expiredTime to set
getDefaultIcon
public String getDefaultIcon()
- Returns:
- the defaultIcon
setDefaultIcon
public void setDefaultIcon(String defaultIcon)
- Parameters:
defaultIcon - the defaultIcon to set
getSelectedIcon
public String getSelectedIcon()
- Returns:
- the selectedIcon
setSelectedIcon
public void setSelectedIcon(String selectedIcon)
- Parameters:
selectedIcon - the selectedIcon to set
isProtected
public boolean isProtected()
- Returns:
- the isProtected
setProtected
public void setProtected(boolean isProtected)
- Parameters:
isProtected - the isProtected to set
isValueAvailable
public boolean isValueAvailable()
- Returns:
- the isValueAvailable
setValueAvailable
public void setValueAvailable(boolean isValueAvailable)
- Parameters:
isValueAvailable - the isValueAvailable to set
setCardInformation
public void setCardInformation(CardInformation info)
getCardInformation
public CardInformation getCardInformation()
setIsSaveCredential
public void setIsSaveCredential(boolean isSave)
isSaveCredential
public boolean isSaveCredential()
getRelatedCards
public String[] getRelatedCards()
setRelatedCards
public void setRelatedCards(String[] relatedCards)