AbstractRdcDomainObject

public abstract class AbstractRdcDomainObject

Base class for all rdc domain objects. All domain objects inherit the fields from this base class.

Fields

createdBy

private String createdBy

The name of the user which has created this object.

createdDate

private LocalDateTime createdDate

The date and time (in UTC) when this domain object was created.

lastModifiedBy

private String lastModifiedBy

The name of the user who last saved this object.

lastModifiedDate

private LocalDateTime lastModifiedDate

The date and time when this object was last saved.

version

private Long version

Number which is incremented on each save of this object.