public abstract class AbstractSObjectBase extends AbstractDTOBase
Constructor and Description |
---|
AbstractSObjectBase() |
toString
public final void clearBaseFields()
AbstractSObjectBase
fields.
Useful when reusing a DTO for a new record, or for update/upsert.
This method does not clear Name
to allow updating it, so it must be explicitly set to null
if needed.
public Attributes getAttributes()
public void setAttributes(Attributes attributes)
public String getId()
public void setId(String id)
public String getOwnerId()
public void setOwnerId(String ownerId)
public Boolean isIsDeleted()
public void setIsDeleted(Boolean isDeleted)
public String getName()
public void setName(String name)
public ZonedDateTime getCreatedDate()
public void setCreatedDate(ZonedDateTime createdDate)
public String getCreatedById()
public void setCreatedById(String createdById)
public ZonedDateTime getLastModifiedDate()
public void setLastModifiedDate(ZonedDateTime lastModifiedDate)
public String getLastModifiedById()
public void setLastModifiedById(String lastModifiedById)
public ZonedDateTime getSystemModstamp()
public void setSystemModstamp(ZonedDateTime systemModstamp)
public ZonedDateTime getLastActivityDate()
public void setLastActivityDate(ZonedDateTime lastActivityDate)
public ZonedDateTime getLastViewedDate()
public void setLastViewedDate(ZonedDateTime lastViewedDate)
public ZonedDateTime getLastReferencedDate()
public void setLastReferencedDate(ZonedDateTime lastReferencedDate)
Apache Camel