@Entity public class TaxonomyTermShape extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
TaxonomyTermShape() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationDate() |
Principal |
getCreator() |
UUID |
getId() |
Date |
getLastUpdate() |
Shape |
getShape() |
TaxonomyTerm |
getTerm() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setShape(Shape shape) |
void |
setTerm(TaxonomyTerm term) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic TaxonomyTerm getTerm()
public void setTerm(TaxonomyTerm term)
public Shape getShape()
public void setShape(Shape shape)
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 Stampablepublic Principal getCreator()
public void setCreator(Principal creator)
Copyright © 2016. All Rights Reserved.