public class BlobAddressImpl extends Object implements BlobObject.BlobAddress
| Constructor and Description |
|---|
BlobAddressImpl(String tableName, String identifierColumnName, Object identifier, String columnName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
Returns the column name of where the blob object is hold
|
Object |
getIdentifier()
Returns the identifier of the row where the blob object is hold (normally it should be id or nid, and the type is normally Long or String
|
String |
getIdentifierColumnName()
Returns the column name of the identifier column
|
String |
getTableName()
Returns the table name of where the blob object is hold
|
public String getTableName()
BlobObject.BlobAddressgetTableName in interface BlobObject.BlobAddresspublic String getColumnName()
BlobObject.BlobAddressgetColumnName in interface BlobObject.BlobAddresspublic Object getIdentifier()
BlobObject.BlobAddressgetIdentifier in interface BlobObject.BlobAddresspublic String getIdentifierColumnName()
BlobObject.BlobAddressgetIdentifierColumnName in interface BlobObject.BlobAddress