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 boolean
equals(Object obj)
Long
getId()
String
getModel()
String
getName()
Boolean
getShared()
String
getTitle()
String
getType()
User
getUser()
String
getXml()
int
hashCode()
void
setId(Long id)
void
setModel(String model)
void
setName(String name)
void
setShared(Boolean shared)
void
setTitle(String title)
void
setType(String type)
void
setUser(User user)
void
setXml(String xml)
String
toString()
-
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)
-
-