|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.force.sdk.jpa.model.BaseForceObject
com.force.sdk.jpa.model.BaseForceStandardObject
com.force.sdk.jpa.model.BaseForceCustomObject
@MappedSuperclass public abstract class BaseForceCustomObject
Base Java model for a Force.com JPA custom object. This contains all common fields for a Force.com custom object.
| Field Summary | |
|---|---|
protected boolean |
isDeleted
|
| Fields inherited from class com.force.sdk.jpa.model.BaseForceStandardObject |
|---|
createdDate, lastModifiedDate, name, owner, systemModstamp |
| Fields inherited from class com.force.sdk.jpa.model.BaseForceObject |
|---|
id |
| Constructor Summary | |
|---|---|
BaseForceCustomObject()
|
|
| Method Summary | |
|---|---|
boolean |
getIsDeleted()
|
void |
setIsDeleted(boolean isDeleted)
|
| Methods inherited from class com.force.sdk.jpa.model.BaseForceStandardObject |
|---|
getCreatedDate, getLastModifiedDate, getName, getOwner, getSystemModstamp, setCreatedDate, setLastModifiedDate, setName, setOwner, setSystemModstamp |
| Methods inherited from class com.force.sdk.jpa.model.BaseForceObject |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean isDeleted
| Constructor Detail |
|---|
public BaseForceCustomObject()
| Method Detail |
|---|
public boolean getIsDeleted()
public void setIsDeleted(boolean isDeleted)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||