public class Part extends Object
Constructor and Description |
---|
Part()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
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)
Copyright © 2015 Gentics Software GmbH. All rights reserved.