| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 | 
|---|
java.lang.String getTableName()
java.lang.String getColumnName()
java.lang.Object getIdentifier()
java.lang.String getIdentifierColumnName()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||