@Entity public class PageAttributeImpl extends Object implements PageAttribute
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected Page |
page |
protected String |
value |
| Constructor and Description |
|---|
PageAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends PageAttribute> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Long |
getId()
Returns the id
|
String |
getName() |
Page |
getPage()
Returns the
Page |
String |
getValue() |
int |
hashCode() |
void |
setId(Long id)
Sets the id
|
void |
setName(String name) |
void |
setPage(Page page)
Sets the
Page |
void |
setValue(String value) |
String |
toString() |
protected Long id
protected String name
protected String value
protected Page page
public Long getId()
PageAttributegetId in interface PageAttributepublic void setId(Long id)
PageAttributesetId in interface PageAttributepublic String getValue()
getValue in interface ValueAssignable<String>public void setValue(String value)
setValue in interface ValueAssignable<String>public String getName()
getName in interface ValueAssignable<String>public void setName(String name)
setName in interface ValueAssignable<String>public Page getPage()
PageAttributePagegetPage in interface PageAttributepublic void setPage(Page page)
PageAttributePagesetPage in interface PageAttributepublic <G extends PageAttribute> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<PageAttribute>CloneNotSupportedExceptionCopyright © 2015. All Rights Reserved.