Class AbstractCreatedModified
java.lang.Object
org.qubership.atp.dataset.model.impl.AbstractIdentified
org.qubership.atp.dataset.model.impl.AbstractNamed
org.qubership.atp.dataset.model.impl.AbstractLabelProvider
org.qubership.atp.dataset.model.impl.AbstractCreatedModified
- All Implemented Interfaces:
CreatedModified,Identified,LabelProvider,Named
- Direct Known Subclasses:
DataSetListImpl
public abstract class AbstractCreatedModified
extends AbstractLabelProvider
implements CreatedModified
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UUIDprotected Timestampprotected UUIDprotected TimestampFields inherited from class org.qubership.atp.dataset.model.impl.AbstractLabelProvider
labelsFields inherited from class org.qubership.atp.dataset.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedBy(UUID createdBy) voidsetCreatedWhen(Timestamp createdWhen) voidsetModifiedBy(UUID modifiedBy) voidsetModifiedWhen(Timestamp modifiedWhen) Methods inherited from class org.qubership.atp.dataset.model.impl.AbstractLabelProvider
getLabels, setLabelsMethods inherited from class org.qubership.atp.dataset.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.dataset.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.dataset.model.Identified
getReferences
-
Field Details
-
createdWhen
-
createdBy
-
modifiedWhen
-
modifiedBy
-
-
Constructor Details
-
AbstractCreatedModified
public AbstractCreatedModified()
-
-
Method Details
-
getCreatedWhen
- Specified by:
getCreatedWhenin interfaceCreatedModified
-
setCreatedWhen
- Specified by:
setCreatedWhenin interfaceCreatedModified
-
getCreatedBy
- Specified by:
getCreatedByin interfaceCreatedModified
-
setCreatedBy
- Specified by:
setCreatedByin interfaceCreatedModified
-
getModifiedWhen
- Specified by:
getModifiedWhenin interfaceCreatedModified
-
setModifiedWhen
- Specified by:
setModifiedWhenin interfaceCreatedModified
-
getModifiedBy
- Specified by:
getModifiedByin interfaceCreatedModified
-
setModifiedBy
- Specified by:
setModifiedByin interfaceCreatedModified
-