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 Stringfinal Stringfinal Stringfinal Stringfinal Stringfinal Stringfinal List<SaPropertyValue>final voidsetContent(String value) final voidsetValues(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:
getContentin interfaceSaFolderSaveInfo- Returns:
- the content
- See Also:
-
setContent
- Specified by:
setContentin interfaceSaFolderSaveInfo- Parameters:
value- the content to set- See Also:
-
getFolderTableDDC
- Specified by:
getFolderTableDDCin interfaceSaFolderSaveInfo- Returns:
- the folderTableDDC
- See Also:
-
getParentId
- Specified by:
getParentIdin interfaceSaFolderSaveInfo- Returns:
- the parentId
- See Also:
-
getBeforeChild
- Specified by:
getBeforeChildin interfaceSaFolderSaveInfo- Returns:
- the beforeChild
- See Also:
-
getFolderName
- Specified by:
getFolderNamein interfaceSaFolderSaveInfo- Returns:
- the folderName
- See Also:
-
getNodeType
- Specified by:
getNodeTypein interfaceSaFolderSaveInfo- Returns:
- the nodeType
- See Also:
-
getValues
- Specified by:
getValuesin interfaceSaFolderSaveInfo- Returns:
- the values
- See Also:
-
setValues
INTERNAL USE ONLY!- Specified by:
setValuesin interfaceSaFolderSaveInfo- Parameters:
vals- the values to set
-