T
- public class ExternalRecord<T> extends Object implements Serializable
Constructor and Description |
---|
ExternalRecord(String type,
String className,
String providerClassName,
Serializable primaryKey)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns class name.
|
Serializable |
getPrimaryKey()
Returns java representation of the primary key.
|
String |
getProviderClassName()
Returns entity provider class name.
|
String |
getType()
Returns type.
|
String |
toString() |
public ExternalRecord(String type, String className, String providerClassName, Serializable primaryKey)
type
- className
- providerClassName
- primaryKey
- public String getType()
public String getClassName()
public String getProviderClassName()
public Serializable getPrimaryKey()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.