public abstract class ETObject extends Object
ETObject represents an object in the Java
client library.| Constructor and Description |
|---|
ETObject() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Field> |
getAllFields() |
protected static List<Field> |
getAllFields(Class<?> type) |
ETClient |
getClient()
Gets the client handle associated with this object.
|
protected static Field |
getField(Class<?> type,
String name) |
protected Field |
getField(String property) |
void |
setClient(ETClient client)
Sets the client handle associated with this object.
|
String |
toString() |
public ETClient getClient()
public void setClient(ETClient client)
client - The ETClient objectpublic String toString()
protected Field getField(String property)
property - The property name.protected static Field getField(Class<?> type, String name) throws ETSdkException
type - The class type whose Field will be retrieved.name - The name of the Field to be retrieved.ETSdkExceptionCopyright © 2017. All rights reserved.