|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fatwire.assetapi.data.BlobAddressImpl
public class BlobAddressImpl
| Constructor Summary | |
|---|---|
BlobAddressImpl(java.lang.String tableName,
java.lang.String identifierColumnName,
java.lang.Object identifier,
java.lang.String columnName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColumnName()
Returns the column name of where the blob object is hold |
java.lang.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 |
java.lang.String |
getIdentifierColumnName()
Returns the column name of the identifier column |
java.lang.String |
getTableName()
Returns the table name of where the blob object is hold |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlobAddressImpl(java.lang.String tableName,
java.lang.String identifierColumnName,
java.lang.Object identifier,
java.lang.String columnName)
| Method Detail |
|---|
public java.lang.String getTableName()
BlobObject.BlobAddress
getTableName in interface BlobObject.BlobAddresspublic java.lang.String getColumnName()
BlobObject.BlobAddress
getColumnName in interface BlobObject.BlobAddresspublic java.lang.Object getIdentifier()
BlobObject.BlobAddress
getIdentifier in interface BlobObject.BlobAddresspublic java.lang.String getIdentifierColumnName()
BlobObject.BlobAddress
getIdentifierColumnName in interface BlobObject.BlobAddress
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||