br.shob.server
Class ObjectInfo

java.lang.Object
  |
  +--br.shob.server.ObjectInfo

public class ObjectInfo
extends Object

Author:
crolmos, dukejeffrie
Created:
September 1, 2002

Constructor Summary
protected ObjectInfo()
          Creates new ObjectInfo
  ObjectInfo(String globalName, br.shob.server.SharedEntry entry)
          Constructor for the ObjectInfo object
 
Method Summary
 String getGlobalName()
          Gets the globalName attribute of the ObjectInfo object
 URL getOwner()
          Gets the owner attribute of the ObjectInfo object
 TimeStamp getTimeStamp()
          Gets the timeStamp attribute of the ObjectInfo object
 URL getWriter()
          Gets the writer attribute of the ObjectInfo object
 boolean isLockable()
          Gets the lockable attribute of the ObjectInfo object
 boolean isLocked()
          Gets the locked attribute of the ObjectInfo object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectInfo

public ObjectInfo(String globalName,
                  br.shob.server.SharedEntry entry)
Constructor for the ObjectInfo object

Parameters:
globalName - Description of the Parameter
entry - Description of the Parameter

ObjectInfo

protected ObjectInfo()
Creates new ObjectInfo

Method Detail

getGlobalName

public String getGlobalName()
Gets the globalName attribute of the ObjectInfo object

Returns:
The globalName value

getOwner

public URL getOwner()
Gets the owner attribute of the ObjectInfo object

Returns:
The owner value

getTimeStamp

public TimeStamp getTimeStamp()
Gets the timeStamp attribute of the ObjectInfo object

Returns:
The timeStamp value

getWriter

public URL getWriter()
Gets the writer attribute of the ObjectInfo object

Returns:
The writer value

isLockable

public boolean isLockable()
Gets the lockable attribute of the ObjectInfo object

Returns:
The lockable value

isLocked

public boolean isLocked()
Gets the locked attribute of the ObjectInfo object

Returns:
The locked value