Package com.axelor.meta.db
Class MetaJsonRecord
- java.lang.Object
-
- com.axelor.db.Model
-
- com.axelor.auth.db.AuditableModel
-
- com.axelor.meta.db.MetaJsonRecord
-
@Entity public class MetaJsonRecord extends AuditableModel
-
-
Constructor Summary
Constructors Constructor Description MetaJsonRecord()
MetaJsonRecord(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAttrs()
Long
getId()
String
getJsonModel()
String
getName()
int
hashCode()
void
setAttrs(String attrs)
void
setId(Long id)
void
setJsonModel(String jsonModel)
void
setName(String name)
String
toString()
-
Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
-
Methods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
-
-
-
Constructor Detail
-
MetaJsonRecord
public MetaJsonRecord()
-
MetaJsonRecord
public MetaJsonRecord(String name)
-
-