@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 |
|---|---|
boolean |
equals(Object obj) |
Long |
getId()
Returns the id
|
String |
getName()
The name
|
Page |
getPage()
Returns the
Page |
String |
getValue()
The value
|
int |
hashCode() |
void |
setId(Long id)
Sets the id
|
void |
setName(String name)
The name
|
void |
setPage(Page page)
Sets the
Page |
void |
setValue(String value)
The 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()
ValueAssignablegetValue in interface ValueAssignable<String>public void setValue(String value)
ValueAssignablesetValue in interface ValueAssignable<String>value - The valuepublic String getName()
ValueAssignablegetName in interface ValueAssignable<String>public void setName(String name)
ValueAssignablesetName in interface ValueAssignable<String>name - The namepublic Page getPage()
PageAttributePagegetPage in interface PageAttributepublic void setPage(Page page)
PageAttributePagesetPage in interface PageAttributeCopyright © 2015. All rights reserved.