@Entity public class GeocodeSystem extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
GeocodeSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getExtraData() |
UUID |
getId() |
boolean |
getIsActive() |
boolean |
getIsUserTaxonomy() |
Date |
getLastUpdate() |
String |
getName() |
GeocodeSystem |
getTaxonomyClass() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setExtraData(String extraData) |
void |
setId(UUID id) |
void |
setIsActive(boolean isActive) |
void |
setIsUserTaxonomy(boolean isUserTaxonomy) |
void |
setLastUpdate(Date lastUpdate) |
void |
setName(String name) |
void |
setTaxonomyClass(GeocodeSystem taxonomy) |
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 boolean getIsUserTaxonomy()
public void setIsUserTaxonomy(boolean isUserTaxonomy)
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 void setExtraData(String extraData)
public String getExtraData()
public boolean getIsActive()
public void setIsActive(boolean isActive)
public Principal getCreator()
public void setCreator(Principal creator)
public GeocodeSystem getTaxonomyClass()
public void setTaxonomyClass(GeocodeSystem taxonomy)
Copyright © 2017. All Rights Reserved.