@Entity public class TaxonomyTerm extends Object implements Entity, Identifiable, Stampable
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxonomyTerm.FieldName |
| Constructor and Description |
|---|
TaxonomyTerm() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getExtraData() |
UUID |
getId() |
boolean |
getIsActive() |
Date |
getLastUpdate() |
String |
getName() |
int |
getOrder() |
TaxonomyTerm |
getParent() |
UUID |
getRefClassSchema() |
Taxonomy |
getTaxonomy() |
TaxonomyTerm |
getTaxonomyTermClass() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setExtraData(String extraData) |
void |
setId(UUID id) |
void |
setIsActive(boolean isActive) |
void |
setLastUpdate(Date lastUpdate) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setParent(TaxonomyTerm parent) |
void |
setRefClassSchema(UUID refClassSchema) |
void |
setTaxonomy(Taxonomy taxonomy) |
void |
setTaxonomyTermClass(TaxonomyTerm taxonomyTermClass) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic String getName()
public void setName(String name)
public Taxonomy getTaxonomy()
public void setTaxonomy(Taxonomy taxonomy)
public TaxonomyTerm getParent()
public void setParent(TaxonomyTerm parent)
public TaxonomyTerm getTaxonomyTermClass()
public void setTaxonomyTermClass(TaxonomyTerm taxonomyTermClass)
public int getOrder()
public void setOrder(int order)
public boolean getIsActive()
public void setIsActive(boolean isActive)
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)
public String getExtraData()
public void setExtraData(String extraData)
public UUID getRefClassSchema()
public void setRefClassSchema(UUID refClassSchema)
Copyright © 2016. All Rights Reserved.