Package com.saperion.rmi
Class SaFolderSaveInfoImpl
java.lang.Object
com.saperion.rmi.SaFolderSaveInfoImpl
- All Implemented Interfaces:
SaFolderSaveInfo
,Serializable
Implementation of the
SaFolderSaveInfo
interface.- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaFolderSaveInfoImpl
(String tableDDC, String parent, String before, String name, SaFolderConstants.FOLDER_TYPE type) Constructor.SaFolderSaveInfoImpl
(String tableDDC, String parent, String before, String name, SaFolderConstants.FOLDER_TYPE type, List<SaPropertyValue> properties) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal String
final String
final String
final String
final String
final String
final List<SaPropertyValue>
final void
setContent
(String value) final void
setValues
(List<SaPropertyValue> vals) INTERNAL USE ONLY!
-
Constructor Details
-
SaFolderSaveInfoImpl
public SaFolderSaveInfoImpl(String tableDDC, String parent, String before, String name, SaFolderConstants.FOLDER_TYPE type) Constructor.- Parameters:
tableDDC
- Folder table DDCparent
- Parent IDbefore
- Folder for sortingname
- Folder nametype
- Nodetype
-
SaFolderSaveInfoImpl
public SaFolderSaveInfoImpl(String tableDDC, String parent, String before, String name, SaFolderConstants.FOLDER_TYPE type, List<SaPropertyValue> properties) Constructor. FOR INTERNAL USE ONLY!- Parameters:
tableDDC
- Folder table DDCparent
- Parent IDbefore
- Folder for sortingname
- Folder nametype
- Nodetypeproperties
- Folder properties values
-
-
Method Details
-
getContent
- Specified by:
getContent
in interfaceSaFolderSaveInfo
- Returns:
- the content
- See Also:
-
setContent
- Specified by:
setContent
in interfaceSaFolderSaveInfo
- Parameters:
value
- the content to set- See Also:
-
getFolderTableDDC
- Specified by:
getFolderTableDDC
in interfaceSaFolderSaveInfo
- Returns:
- the folderTableDDC
- See Also:
-
getParentId
- Specified by:
getParentId
in interfaceSaFolderSaveInfo
- Returns:
- the parentId
- See Also:
-
getBeforeChild
- Specified by:
getBeforeChild
in interfaceSaFolderSaveInfo
- Returns:
- the beforeChild
- See Also:
-
getFolderName
- Specified by:
getFolderName
in interfaceSaFolderSaveInfo
- Returns:
- the folderName
- See Also:
-
getNodeType
- Specified by:
getNodeType
in interfaceSaFolderSaveInfo
- Returns:
- the nodeType
- See Also:
-
getValues
- Specified by:
getValues
in interfaceSaFolderSaveInfo
- Returns:
- the values
- See Also:
-
setValues
INTERNAL USE ONLY!- Specified by:
setValues
in interfaceSaFolderSaveInfo
- Parameters:
vals
- the values to set
-