com.agfa.hap.sdo.model
Class CatalogIdentity

java.lang.Object
  extended by com.agfa.hap.sdo.model.Identity
      extended by com.agfa.hap.sdo.model.CatalogIdentity
All Implemented Interfaces:
java.io.Serializable

public class CatalogIdentity
extends Identity

See Also:
Serialized Form

Constructor Summary
CatalogIdentity(java.lang.String databaseId, java.lang.Long alid, java.lang.String catalogName, java.lang.Long dbUID, java.lang.String lid)
           
 
Method Summary
static CatalogIdentity fromString(java.lang.String str)
           
 java.lang.Long getAlid()
           
 java.lang.String getCatalogName()
           
 java.lang.Long getDbUID()
           
 java.lang.String getLid()
           
static java.lang.String toString(CatalogIdentity instance)
           
 
Methods inherited from class com.agfa.hap.sdo.model.Identity
equals, getDatabaseId, getPrimaryKey, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogIdentity

public CatalogIdentity(java.lang.String databaseId,
                       java.lang.Long alid,
                       java.lang.String catalogName,
                       java.lang.Long dbUID,
                       java.lang.String lid)
Method Detail

getAlid

public java.lang.Long getAlid()

getCatalogName

public java.lang.String getCatalogName()

getDbUID

public java.lang.Long getDbUID()

getLid

public java.lang.String getLid()

fromString

public static CatalogIdentity fromString(java.lang.String str)

toString

public static java.lang.String toString(CatalogIdentity instance)


Copyright © 2007. All Rights Reserved.