com.novell.admin.ns.nds
Class BackLinkFacade
java.lang.Object
|
+--com.novell.admin.ns.ValueListFacade
|
+--com.novell.admin.ns.nds.BackLinkFacade
- public final class BackLinkFacade
- extends ValueListFacade
Facade for the NDS Backlink syntax.
|
Method Summary |
static ValueList |
createValueList(java.lang.String objectName,
long remoteId)
Creates a BackLink ValueList. |
java.lang.String |
getObjectName()
Returns the object name from the valuelist. |
long |
getRemoteId()
Returns the remote ID from the valuelist. |
void |
setObjectName(java.lang.String objectName)
Sets the object name in the valuelist. |
void |
setRemoteId(long id)
Sets the remote ID in the valuelist. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BackLinkFacade
public BackLinkFacade(ValueList valueList)
throws IncompatibleComponentException
- Facade constructor
- Parameters:
valueList - The ValueList that represents the BackLink data.- Throws:
- IncompatibleComponentException - Thrown if the 'valueList' syntax is
not NDSSyntax.SYN_BACK_LINK.
createValueList
public static ValueList createValueList(java.lang.String objectName,
long remoteId)
- Creates a BackLink ValueList.
- Parameters:
objectName - Refer to NDS Schema Specification.remoteId - Refer to NDS Schema Specification.- Returns:
- A new BackLink ValueList.
getRemoteId
public long getRemoteId()
- Returns the remote ID from the valuelist.
- Returns:
- The remote Id.
getObjectName
public java.lang.String getObjectName()
- Returns the object name from the valuelist.
- Returns:
- The object name.
setRemoteId
public void setRemoteId(long id)
- Sets the remote ID in the valuelist.
- Parameters:
id - The remote ID.
setObjectName
public void setObjectName(java.lang.String objectName)
- Sets the object name in the valuelist.
- Parameters:
objectName - The object name.
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.