Package com.tetsuwantech.atom.web
Class DeleteModel
- java.lang.Object
-
- com.tetsuwantech.atom.web.GenericModel
-
- com.tetsuwantech.atom.web.DeleteModel
-
- All Implemented Interfaces:
Deletable
,Serializable
public abstract class DeleteModel extends GenericModel implements Deletable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.tetsuwantech.atom.web.GenericModel
id, LENGTH, LONG_LENGTH
-
-
Constructor Summary
Constructors Constructor Description DeleteModel()
DeleteModel(GenericEntity genericEntity)
DeleteModel(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDeletable()
Boolean
getDelete()
void
setDeletable(Boolean deletable)
void
setDelete(Boolean delete)
-
-
-
Constructor Detail
-
DeleteModel
public DeleteModel()
-
DeleteModel
public DeleteModel(GenericEntity genericEntity)
-
DeleteModel
public DeleteModel(Long id)
-
-
Method Detail
-
getDelete
public Boolean getDelete()
-
setDelete
public void setDelete(Boolean delete)
-
getDeletable
public Boolean getDeletable()
- Specified by:
getDeletable
in interfaceDeletable
-
setDeletable
public void setDeletable(Boolean deletable)
- Specified by:
setDeletable
in interfaceDeletable
-
-