lumis.service.pagepersonalization.bean
Class PPInterfaceInstanceToBeDeleted

Package class diagram package PPInterfaceInstanceToBeDeleted
java.lang.Object
  extended by lumis.service.pagepersonalization.bean.PPInterfaceInstanceToBeDeleted

public class PPInterfaceInstanceToBeDeleted
extends Object

Since:
6.0.0

Constructor Summary
PPInterfaceInstanceToBeDeleted()
           
 
Method Summary
static void cleanUp()
           
static void create(String interfaceInstanceId)
           
 void delete()
           
 String getInterfaceInstanceId()
          Returns the interfaceInstanceId.
 Calendar getWhenToDelete()
          Returns the whenToDelete.
 void setInterfaceInstanceId(String interfaceInstanceId)
          Sets the interfaceInstanceId.
 void setWhenToDelete(Calendar whenToDelete)
          Sets the whenToDelete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPInterfaceInstanceToBeDeleted

public PPInterfaceInstanceToBeDeleted()
Method Detail

getInterfaceInstanceId

public String getInterfaceInstanceId()
Returns the interfaceInstanceId.

Returns:
the interfaceInstanceId
Since:
6.0.0

setInterfaceInstanceId

public void setInterfaceInstanceId(String interfaceInstanceId)
Sets the interfaceInstanceId.

Parameters:
interfaceInstanceId - the interfaceInstanceId value to set.
Since:
6.0.0

getWhenToDelete

public Calendar getWhenToDelete()
Returns the whenToDelete.

Returns:
the whenToDelete
Since:
6.0.0

setWhenToDelete

public void setWhenToDelete(Calendar whenToDelete)
Sets the whenToDelete.

Parameters:
whenToDelete - the whenToDelete value to set.
Since:
6.0.0

create

public static final void create(String interfaceInstanceId)

delete

public void delete()

cleanUp

public static void cleanUp()
                    throws PortalException
Throws:
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.