|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.Part
public class Part
Rest Model for parts
Constructor Summary | |
---|---|
Part()
Empty constructor |
Method Summary | |
---|---|
Integer |
getId()
|
String |
getKeyword()
Part keyword |
String |
getName()
Part name |
Property.Type |
getType()
Part type |
boolean |
isEditable()
True if the part is editable |
boolean |
isHidden()
True if the part is hidden |
boolean |
isLiveEditable()
True if the part is live (inline) editable |
void |
setEditable(boolean editable)
|
void |
setHidden(boolean hidden)
|
void |
setId(Integer id)
|
void |
setKeyword(String keyword)
|
void |
setLiveEditable(boolean liveEditable)
|
void |
setName(String name)
|
void |
setType(Property.Type type)
Set the type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Part()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name to setpublic String getKeyword()
public void setKeyword(String keyword)
keyword
- the keyword to setpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden
- the hidden to setpublic boolean isEditable()
public void setEditable(boolean editable)
editable
- the editable to setpublic boolean isLiveEditable()
public void setLiveEditable(boolean liveEditable)
liveEditable
- the liveEditable to setpublic Property.Type getType()
public void setType(Property.Type type)
type
- typepublic Integer getId()
public void setId(Integer id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |