Class Card
java.lang.Object
cardmanager.impl.card.Card
- All Implemented Interfaces:
FileBearer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CardbooleangetDef()getFile()longgetId()inthashCode()booleanisFace()voidsetCardGeometry(CardGeometry cardGeometry) voidsetDef(CardDefinition def) voidsetFace(boolean face) voidsetId(long id) voidtoString()
-
Constructor Details
-
Card
-
-
Method Details
-
getId
public long getId() -
cardsFromSentences
-
cardFromSentence
-
getSentence
-
equals
-
hashCode
-
getDef
- Returns:
- the def
-
setDef
- Parameters:
def- the def to set
-
getOwener
- Returns:
- the owener
-
setFace
public void setFace(boolean face) -
isFace
public boolean isFace() -
setId
public void setId(long id) -
setOwener
- Parameters:
owener- the owener to set
-
getCardGeometry
- Returns:
- the cardGeometry
-
setCardGeometry
- Parameters:
cardGeometry- the cardGeometry to set
-
getFile
- Specified by:
getFilein interfaceFileBearer
-
toString
-