com.plumtree.portalpages.admin.editors.propertymap
Class Property

java.lang.Object
  extended by com.plumtree.portalpages.admin.editors.propertymap.Property

public class Property
extends java.lang.Object

Author:
OlegS

Constructor Summary
Property(IPTPropertyMap ptMap, int id, IPTSession ptSession)
          Creates a new Property object.
Property(IPTPropertyMap ptMap, int id, IPTSession ptSession, boolean added)
          Creates a new Property object.
 
Method Summary
 java.lang.String GetAttribute(int index)
           
 java.lang.Object[][] GetAttributes()
           
 int GetId()
           
 int GetNumberOfAttributes()
           
 boolean IsAdded()
           
 boolean IsDeleted()
           
 boolean IsInEditMode()
           
 boolean IsMandatory()
           
 boolean IsModified()
           
 void ReplaceAttributes(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(IPTPropertyMap ptMap,
                int id,
                IPTSession ptSession)
Creates a new Property object.

Parameters:
ptMap -
id -
ptSession -

Property

public Property(IPTPropertyMap ptMap,
                int id,
                IPTSession ptSession,
                boolean added)
Creates a new Property object.

Parameters:
ptMap -
id -
ptSession -
added -
Method Detail

IsAdded

public boolean IsAdded()
Returns:

GetAttribute

public java.lang.String GetAttribute(int index)
Parameters:
index -
Returns:

GetAttributes

public java.lang.Object[][] GetAttributes()
Returns:

IsDeleted

public boolean IsDeleted()
Returns:

GetId

public int GetId()
Returns:

IsInEditMode

public boolean IsInEditMode()
Returns:

IsMandatory

public boolean IsMandatory()
Returns:

IsModified

public boolean IsModified()
Returns:

GetNumberOfAttributes

public int GetNumberOfAttributes()
Returns:

ReplaceAttributes

public void ReplaceAttributes(java.lang.String s)
Parameters:
s -



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