Class EntitySpecDTO
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.dto.EntitySpecDTO
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class EntitySpecDTO extends IdTitle
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntitySpecDTO.Builder -
Field Summary
-
Constructor Summary
Constructors Constructor Description EntitySpecDTO() -
Method Summary
Modifier and Type Method Description static EntitySpecDTO.Builderbuilder()java.lang.StringgetComment()java.lang.StringgetEntityTitleMacros()voidsetComment(java.lang.String comment)voidsetEntityTitleMacros(java.lang.String entityTitleMacros)Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EntitySpecDTO
public EntitySpecDTO()
-
-
Method Details
-
getComment
public java.lang.String getComment() -
getEntityTitleMacros
public java.lang.String getEntityTitleMacros() -
setComment
public void setComment(java.lang.String comment) -
setEntityTitleMacros
public void setEntityTitleMacros(java.lang.String entityTitleMacros) -
builder
-