com.dotmarketing.beans
Class Identifier

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.beans.Identifier
All Implemented Interfaces:
java.io.Serializable

public class Identifier
extends Inode

Author:
maria
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
Identifier()
           
 
Method Summary
 long getHostInode()
           
 java.lang.String getURI()
          Returns the uRI.
 void setHostInode(long hostInode)
           
 void setURI(java.lang.String uRI)
          Sets the uRI.
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier()
Method Detail

getHostInode

public long getHostInode()

setHostInode

public void setHostInode(long hostInode)

getURI

public java.lang.String getURI()
Returns the uRI.

Returns:
String

setURI

public void setURI(java.lang.String uRI)
Sets the uRI.

Parameters:
uRI - The uRI to set


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.