@Entity public class TenantActivation extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
TenantActivation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationConfig() |
Date |
getCreationDate() |
Principal |
getCreator() |
Date |
getEnd() |
UUID |
getId() |
boolean |
getIsActive() |
Date |
getLastUpdate() |
Shape |
getShape() |
Date |
getStart() |
Tenant |
getTenant() |
void |
setActivationConfig(String activationConfig) |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setEnd(Date end) |
void |
setId(UUID id) |
void |
setIsActive(boolean isActive) |
void |
setLastUpdate(Date lastUpdate) |
void |
setShape(Shape shape) |
void |
setStart(Date start) |
void |
setTenant(Tenant tenant) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Date getStart()
public void setStart(Date start)
public Date getEnd()
public void setEnd(Date end)
public boolean getIsActive()
public void setIsActive(boolean isActive)
public String getActivationConfig()
public void setActivationConfig(String activationConfig)
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 Tenant getTenant()
public void setTenant(Tenant tenant)
public Shape getShape()
public void setShape(Shape shape)
Copyright © 2017. All Rights Reserved.