Class PPInterfaceInstanceToBeDeleted
- java.lang.Object
-
- lumis.service.pagepersonalization.bean.PPInterfaceInstanceToBeDeleted
-
public class PPInterfaceInstanceToBeDeleted extends Object
- Since:
- 6.0.0
- Version:
- $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
-
-
Constructor Summary
Constructors Constructor Description PPInterfaceInstanceToBeDeleted()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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
-
-