Class AbstractCreatedModified
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.AbstractNamed
org.qubership.atp.environments.model.impl.AbstractDescribed
org.qubership.atp.environments.model.impl.AbstractCreatedModified
- All Implemented Interfaces:
Serializable,CreatedModified,Described,Identified,Named
- Direct Known Subclasses:
ConnectionImpl,EnvironmentCategoryImpl,EnvironmentImpl,ProjectImpl,SystemCategoryImpl,SystemImpl
- See Also:
-
Field Summary
FieldsFields inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
descriptionFields inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreated(Long created) voidsetCreatedBy(UUID createdBy) voidsetModified(Long modified) voidsetModifiedBy(UUID modifiedBy) Methods inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
getDescription, setDescriptionMethods inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, isParent, setId
-
Field Details
-
created
-
createdBy
-
modified
-
modifiedBy
-
-
Constructor Details
-
AbstractCreatedModified
public AbstractCreatedModified()
-
-
Method Details
-
getCreated
- Specified by:
getCreatedin interfaceCreatedModified
-
setCreated
- Specified by:
setCreatedin interfaceCreatedModified
-
getCreatedBy
- Specified by:
getCreatedByin interfaceCreatedModified
-
setCreatedBy
- Specified by:
setCreatedByin interfaceCreatedModified
-
getModified
- Specified by:
getModifiedin interfaceCreatedModified
-
setModified
- Specified by:
setModifiedin interfaceCreatedModified
-
getModifiedBy
- Specified by:
getModifiedByin interfaceCreatedModified
-
setModifiedBy
- Specified by:
setModifiedByin interfaceCreatedModified
-