@Entity public class Tag extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getDescription() |
UUID |
getId() |
Date |
getLastUpdate() |
String |
getName() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setDescription(String description) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setName(String name) |
String |
toString() |
Tag |
withCreator(Principal creator) |
Tag |
withDescription(String description) |
Tag |
withId(String id) |
Tag |
withName(String name) |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Principal getCreator()
public void setCreator(Principal creator)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface StampableCopyright © 2017. All Rights Reserved.