Package org.nentangso.core.domain
Class NtsOptionEntity
- java.lang.Object
-
- org.nentangso.core.domain.AbstractAuditingEntity
-
- org.nentangso.core.domain.NtsOptionEntity
-
- All Implemented Interfaces:
Serializable
@ConditionalOnProperty(prefix="nts.helper.option", name="enabled", havingValue="true") @Entity public class NtsOptionEntity extends AbstractAuditingEntity implements SerializableOptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NtsOptionEntity()NtsOptionEntity(String optionKey, String optionValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetId()StringgetOptionKey()StringgetOptionValue()inthashCode()booleanisDeleted()voidsetDeleted(boolean deleted)voidsetId(Long id)voidsetOptionKey(String optionKey)voidsetOptionValue(String optionValue)StringtoString()-
Methods inherited from class org.nentangso.core.domain.AbstractAuditingEntity
getCreatedAt, getCreatedBy, getUpdatedAt, getUpdatedBy, setCreatedAt, setCreatedBy, setUpdatedAt, setUpdatedBy
-
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getOptionKey
public String getOptionKey()
-
setOptionKey
public void setOptionKey(String optionKey)
-
getOptionValue
public String getOptionValue()
-
setOptionValue
public void setOptionValue(String optionValue)
-
isDeleted
public boolean isDeleted()
-
setDeleted
public void setDeleted(boolean deleted)
-
-