com.force.sdk.jpa.model
Class BaseForceObject

java.lang.Object
  extended by com.force.sdk.jpa.model.BaseForceObject
Direct Known Subclasses:
BaseForceStandardObject

@MappedSuperclass
public abstract class BaseForceObject
extends Object

Base Java model for a generic Force.com JPA object. This contains fields common to all Force.com objects.

Author:
Tim Kral

Field Summary
protected  String id
           
 
Constructor Summary
BaseForceObject()
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

BaseForceObject

public BaseForceObject()
Method Detail

getId

public String getId()

setId

public void setId(String id)


Copyright © 2011. All Rights Reserved.