Package com.axelor.meta.db
Class MetaViewCustom
- java.lang.Object
-
- com.axelor.db.Model
-
- com.axelor.auth.db.AuditableModel
-
- com.axelor.meta.db.MetaViewCustom
-
@Entity public class MetaViewCustom extends AuditableModel
-
-
Constructor Summary
Constructors Constructor Description MetaViewCustom()MetaViewCustom(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetId()StringgetModel()StringgetName()BooleangetShared()StringgetTitle()StringgetType()UsergetUser()StringgetXml()inthashCode()voidsetId(Long id)voidsetModel(String model)voidsetName(String name)voidsetShared(Boolean shared)voidsetTitle(String title)voidsetType(String type)voidsetUser(User user)voidsetXml(String xml)StringtoString()-
Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
-
Methods inherited from class com.axelor.db.Model
getArchived, getVersion, isSelected, setArchived, setSelected, setVersion
-
-
-
-
Constructor Detail
-
MetaViewCustom
public MetaViewCustom()
-
MetaViewCustom
public MetaViewCustom(String name)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getModel
public String getModel()
-
setModel
public void setModel(String model)
-
getXml
public String getXml()
-
setXml
public void setXml(String xml)
-
getUser
public User getUser()
-
setUser
public void setUser(User user)
-
getShared
public Boolean getShared()
-
setShared
public void setShared(Boolean shared)
-
-