lumis.portal.serviceinstance
Class ServiceInstanceConfig
java.lang.Object
lumis.portal.serviceinstance.ServiceInstanceConfig
- All Implemented Interfaces:
- Cloneable, ICacheEntry, ICloneableCacheEntry, ICloneableConfig<ServiceInstanceConfig>
@StableMinor(version="4.1",
sinceVersion="4.0")
public class ServiceInstanceConfig
- extends Object
- implements ICloneableConfig<ServiceInstanceConfig>, ICloneableCacheEntry
- Since:
- 4.0.0
ServiceInstanceConfig
public ServiceInstanceConfig()
getDescription
public String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(String description)
- Parameters:
description
- The description to set.
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id
- The id to set.
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name
- The name to set.
getChannelId
public String getChannelId()
- Returns:
- Returns the channelId.
setChannelId
public void setChannelId(String channelId)
- Parameters:
channelId
- The channelId to set.
getServiceId
public String getServiceId()
- Returns:
- Returns the serviceId.
setServiceId
public void setServiceId(String serviceId)
- Parameters:
serviceId
- The serviceId to set.
getUsesPublicFileStorage
public boolean getUsesPublicFileStorage()
setUsesPublicFileStorage
public void setUsesPublicFileStorage(boolean filePublic)
getProperty
public String getProperty(String name)
getProperties
public Enumeration getProperties(String name)
getPropertyNames
public Enumeration getPropertyNames()
getExtendedProperty
public String getExtendedProperty(String name)
getExtendedProperties
public Enumeration getExtendedProperties(String name)
getExtendedPropertyNames
public Enumeration getExtendedPropertyNames()
getAccessControlListId
public String getAccessControlListId()
setAccessControlListId
public void setAccessControlListId(String accessControlListId)
serialize
public void serialize(SessionConfig sessionConfig,
OutputStream outputStream,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
deserialize
public void deserialize(Node serviceInstanceNode)
throws PortalException
- Throws:
PortalException
clone
public ServiceInstanceConfig clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface ICloneableCacheEntry
- Specified by:
clone
in interface ICloneableConfig<ServiceInstanceConfig>
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.