Package com.saperion.intf
Interface SaFolderSaveInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaFolderSaveInfoImpl
Folder information to create a folder.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContent
(String value) void
setValues
(List<SaPropertyValue> vals)
-
Method Details
-
getContent
String getContent()- Returns:
- the content
-
setContent
- Parameters:
value
- the content to set
-
getFolderTableDDC
String getFolderTableDDC()- Returns:
- the folderTableDDC
-
getParentId
String getParentId()- Returns:
- the parentId
-
getBeforeChild
String getBeforeChild()- Returns:
- the beforeChild
-
getFolderName
String getFolderName()- Returns:
- the folderName
-
getNodeType
String getNodeType()- Returns:
- the nodeType
-
getValues
List<SaPropertyValue> getValues()- Returns:
- the values
-
setValues
- Parameters:
vals
- the values to set
-