com.force.sdk.jpa.model
Class Owner

java.lang.Object
  extended by com.force.sdk.jpa.model.Owner

@Entity
public class Owner
extends Object

Java model for a Force.com JPA Owner field. This contains all common fields for a Force.com object Owner.

Author:
Tim Kral

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

Field Detail

id

protected String id

name

protected String name
Constructor Detail

Owner

public Owner()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2011. All Rights Reserved.