com.stratelia.webactiv.beans.admin
Class ProfiledObject

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.ProfiledObject

public class ProfiledObject
extends Object


Constructor Summary
ProfiledObject()
           
 
Method Summary
 int getFatherId()
           
 String getInstanceId()
           
 int getObjectId()
           
 String getObjectType()
           
 void setFatherId(int fatherId)
           
 void setInstanceId(String instanceId)
           
 void setObjectId(int objectId)
           
 void setObjectType(String objectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfiledObject

public ProfiledObject()
Method Detail

getFatherId

public int getFatherId()

setFatherId

public void setFatherId(int fatherId)

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String instanceId)

getObjectId

public int getObjectId()

setObjectId

public void setObjectId(int objectId)

getObjectType

public String getObjectType()

setObjectType

public void setObjectType(String objectType)


Copyright © 2016 Silverpeas. All Rights Reserved.