@Entity public class MetaView extends AuditableModel
Modifier and Type | Method and Description |
---|---|
void |
addGroup(Group item)
Add the given
Group item to the groups . |
void |
clearGroups()
Clear the
groups collection. |
boolean |
equals(Object obj) |
Set<Group> |
getGroups() |
String |
getHelpLink() |
Long |
getId() |
String |
getModel() |
String |
getModule() |
String |
getName() |
Integer |
getPriority() |
String |
getTitle() |
String |
getType() |
String |
getXml() |
String |
getXmlId() |
int |
hashCode() |
void |
removeGroup(Group item)
Remove the given
Group item from the groups . |
void |
setGroups(Set<Group> groups) |
void |
setHelpLink(String helpLink) |
void |
setId(Long id) |
void |
setModel(String model) |
void |
setModule(String module) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setXml(String xml) |
void |
setXmlId(String xmlId) |
String |
toString() |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
getArchived, getVersion, isSelected, setArchived, setSelected, setVersion
public MetaView()
public MetaView(String name)
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public Integer getPriority()
public void setPriority(Integer priority)
public String getModel()
public void setModel(String model)
public String getModule()
public void setModule(String module)
public String getXml()
public void setXml(String xml)
public String getXmlId()
public void setXmlId(String xmlId)
public String getHelpLink()
public void setHelpLink(String helpLink)
public void addGroup(Group item)
Group
item to the groups
.item
- the item to addpublic void removeGroup(Group item)
Group
item from the groups
.item
- the item to removepublic void clearGroups()
groups
collection.