public class SaFolderSaveInfoImpl extends Object implements SaFolderSaveInfo
SaFolderSaveInfo
interface.Constructor and Description |
---|
SaFolderSaveInfoImpl(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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeforeChild() |
String |
getContent() |
String |
getFolderName() |
String |
getFolderTableDDC() |
String |
getNodeType() |
String |
getParentId() |
List<SaPropertyValue> |
getValues() |
void |
setContent(String value) |
void |
setValues(List<SaPropertyValue> vals)
INTERNAL USE ONLY!
|
public SaFolderSaveInfoImpl(String tableDDC, String parent, String before, String name, SaFolderConstants.FOLDER_TYPE type)
tableDDC
- Folder table DDCparent
- Parent IDbefore
- Folder for sortingname
- Folder nametype
- Nodetypepublic SaFolderSaveInfoImpl(String tableDDC, String parent, String before, String name, SaFolderConstants.FOLDER_TYPE type, List<SaPropertyValue> properties)
tableDDC
- Folder table DDCparent
- Parent IDbefore
- Folder for sortingname
- Folder nametype
- Nodetypeproperties
- Folder properties valuespublic final String getContent()
getContent
in interface SaFolderSaveInfo
SaFolderSaveInfo.getContent()
public final void setContent(String value)
setContent
in interface SaFolderSaveInfo
value
- the content to setSaFolderSaveInfo.setContent(java.lang.String)
public final String getFolderTableDDC()
getFolderTableDDC
in interface SaFolderSaveInfo
SaFolderSaveInfo.getFolderTableDDC()
public final String getParentId()
getParentId
in interface SaFolderSaveInfo
SaFolderSaveInfo.getParentId()
public final String getBeforeChild()
getBeforeChild
in interface SaFolderSaveInfo
SaFolderSaveInfo.getBeforeChild()
public final String getFolderName()
getFolderName
in interface SaFolderSaveInfo
SaFolderSaveInfo.getFolderName()
public final String getNodeType()
getNodeType
in interface SaFolderSaveInfo
SaFolderSaveInfo.getNodeType()
public final List<SaPropertyValue> getValues()
getValues
in interface SaFolderSaveInfo
SaFolderSaveInfo.getValues()
public final void setValues(List<SaPropertyValue> vals)
setValues
in interface SaFolderSaveInfo
vals
- the values to setCopyright © 2016 SAPERION AG. All rights reserved.