com.plumtree.xpshared.htmlconstructs
Class PTListItemSubLink

java.lang.Object
  extended by com.plumtree.xpshared.htmlconstructs.PTListItemSubLink

public class PTListItemSubLink
extends java.lang.Object

Author:
beng This private class is used to encapsulate the information describing an item sublink. A sublink is just a link associated with an item.

Constructor Summary
PTListItemSubLink()
          Creates a new SubLink object.
 
Method Summary
 HTMLAnchor GetAnchor()
          Call this method to get the anchor.
 boolean GetNew()
          Call this method to get the newness
 boolean GetUpdated()
          Call this method to get the updatedness.
 void SetAnchor(HTMLAnchor a)
          Call this method to set the anchor.
 void SetNew(boolean b)
          Call this method to set the newness.
 void SetUpdated(boolean b)
          Call this method to set the updatedness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTListItemSubLink

public PTListItemSubLink()
Creates a new SubLink object.

Method Detail

GetAnchor

public HTMLAnchor GetAnchor()
Call this method to get the anchor.

Returns:
HTMLAnchor

GetNew

public boolean GetNew()
Call this method to get the newness

Returns:
boolean

GetUpdated

public boolean GetUpdated()
Call this method to get the updatedness.

Returns:
boolean

SetAnchor

public void SetAnchor(HTMLAnchor a)
Call this method to set the anchor.

Parameters:
a - HTMLAnchor

SetNew

public void SetNew(boolean b)
Call this method to set the newness.

Parameters:
b - boolean

SetUpdated

public void SetUpdated(boolean b)
Call this method to set the updatedness

Parameters:
b - boolean



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.