Class AbstractDescribed
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.AbstractNamed
org.qubership.atp.environments.model.impl.AbstractDescribed
- All Implemented Interfaces:
Serializable,Described,Identified,Named
- Direct Known Subclasses:
AbstractCreatedModified
- See Also:
-
Field Summary
FieldsFields 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
Methods 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
isParent
-
Field Details
-
description
-
-
Constructor Details
-
AbstractDescribed
public AbstractDescribed()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceDescribed
-
setDescription
- Specified by:
setDescriptionin interfaceDescribed
-