Package link.codegen.salesforce.utils
Class AbstractSObject
java.lang.Object
link.codegen.salesforce.utils.AbstractSObject
- All Implemented Interfaces:
SObjectInterface
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetCreatedById(String createdById)voidsetCreatedDate(ZonedDateTime createdDate)voidsetDeleted(Boolean deleted)voidvoidsetLastModifiedById(String lastModifiedById)voidsetLastModifiedDate(ZonedDateTime lastModifiedDate)voidsetOwnerId(String ownerId)voidsetSystemModstamp(ZonedDateTime systemModstamp)voidsetUserRecordAccessId(String userRecordAccessId)
-
Field Details
-
id
-
createdById
-
createdDate
-
isDeleted
-
lastModifiedById
-
lastModifiedDate
-
ownerId
-
systemModstamp
-
userRecordAccessId
-
-
Constructor Details
-
AbstractSObject
-
-
Method Details
-
getId
-
setId
-
getCreatedById
-
setCreatedById
-
getCreatedDate
-
setCreatedDate
-
getDeleted
-
setDeleted
-
getLastModifiedById
-
setLastModifiedById
-
getLastModifiedDate
-
setLastModifiedDate
-
getOwnerId
-
setOwnerId
-
getSystemModstamp
-
setSystemModstamp
-
getUserRecordAccessId
-
setUserRecordAccessId
-