@Entity public class Style extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getContent() |
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getDescription() |
UUID |
getId() |
Date |
getLastUpdate() |
String |
getName() |
int |
hashCode() |
void |
setContent(String content) |
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() |
Style |
withContent(String content) |
Style |
withCreator(Principal creator) |
Style |
withDescription(String description) |
Style |
withID(String id) |
Style |
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 getContent()
public void setContent(String content)
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 Stampablepublic String getDescription()
public void setDescription(String description)
Copyright © 2017. All Rights Reserved.