Package org.nentangso.core.domain
Class NtsTagsEntity
- java.lang.Object
-
- org.nentangso.core.domain.AbstractAuditingEntity
-
- org.nentangso.core.domain.NtsTagsEntity
-
- All Implemented Interfaces:
Serializable
@ConditionalOnProperty(prefix="nts.helper.tag", name="enabled", havingValue="true") @Entity public class NtsTagsEntity extends AbstractAuditingEntity implements SerializableTags- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NtsTagsEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetId()StringgetTags()inthashCode()booleanisDeleted()voidsetDeleted(boolean deleted)voidsetId(Long id)voidsetTags(String note)StringtoString()-
Methods inherited from class org.nentangso.core.domain.AbstractAuditingEntity
getCreatedAt, getCreatedBy, getUpdatedAt, getUpdatedBy, setCreatedAt, setCreatedBy, setUpdatedAt, setUpdatedBy
-
-