java.lang.Cloneable
, CMCommon
, CMObject
, java.lang.Comparable<CMObject>
, Expireable
DefaultTattoo
public interface Tattoo extends java.lang.Cloneable, CMObject, CMCommon, Expireable
idConverter
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getTattooName() |
Returns the tattoo Name
|
int |
getTickDown() |
Returns the current tick-down
|
Tattoo |
parse(java.lang.String tattooCode) |
Parse a new tattoo object from the
coded data, of the form:
TATOONAME
or
NUMBER TATTOONAME
|
Tattoo |
set(java.lang.String name) |
Set the tattoo name
|
Tattoo |
set(java.lang.String name,
int down) |
Set the tatoo name and tick-down
|
void |
setTickDown(int tickDown) |
Sets the current tick down, or resets it
|
copyOf, ID, initializeClass, name, newInstance
expirationDate, setExpirationDate
Tattoo set(java.lang.String name)
name
- the tattoo nameTattoo set(java.lang.String name, int down)
name
- the tatoo namedown
- the tick down life spanint getTickDown()
void setTickDown(int tickDown)
tickDown
- the number of ticksjava.lang.String getTattooName()
Tattoo parse(java.lang.String tattooCode)
tattooCode
- coded data