com.fatwire.assetapi.data
Interface BlobObject.BlobAddress

Enclosing interface:
BlobObject

public static interface BlobObject.BlobAddress

This interface represent the address information of a corresponding BlobObject. In Content Server, we have all the blob/url attributes stored either in MungoBlobs or the primary asset table


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
 

Method Detail

getTableName

java.lang.String getTableName()
Returns the table name of where the blob object is hold

Returns:
String name of the table

getColumnName

java.lang.String getColumnName()
Returns the column name of where the blob object is hold

Returns:
String name of the column

getIdentifier

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

Returns:
the identifier of the row

getIdentifierColumnName

java.lang.String getIdentifierColumnName()
Returns the column name of the identifier column

Returns:
the String name of the identifier column