Skip navigation links


com.fatwire.assetapi.data
Class BlobAddressImpl

java.lang.Object
  extended by com.fatwire.assetapi.data.BlobAddressImpl

All Implemented Interfaces:
BlobObject.BlobAddress

public class BlobAddressImpl
extends java.lang.Object
implements BlobObject.BlobAddress

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

BlobAddressImpl

public BlobAddressImpl(java.lang.String tableName,
                       java.lang.String identifierColumnName,
                       java.lang.Object identifier,
                       java.lang.String columnName)

Method Detail

getTableName

public java.lang.String getTableName()
Description copied from interface: BlobObject.BlobAddress
Returns the table name of where the blob object is hold
Specified by:
getTableName in interface BlobObject.BlobAddress
Returns:
String name of the table

getColumnName

public java.lang.String getColumnName()
Description copied from interface: BlobObject.BlobAddress
Returns the column name of where the blob object is hold
Specified by:
getColumnName in interface BlobObject.BlobAddress
Returns:
String name of the column

getIdentifier

public java.lang.Object getIdentifier()
Description copied from interface: BlobObject.BlobAddress
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
Specified by:
getIdentifier in interface BlobObject.BlobAddress
Returns:
the identifier of the row

getIdentifierColumnName

public java.lang.String getIdentifierColumnName()
Description copied from interface: BlobObject.BlobAddress
Returns the column name of the identifier column
Specified by:
getIdentifierColumnName in interface BlobObject.BlobAddress
Returns:
the String name of the identifier column

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.