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 SaFolderSaveInfoSaFolderSaveInfo.getContent()public final void setContent(String value)
setContent in interface SaFolderSaveInfovalue - the content to setSaFolderSaveInfo.setContent(java.lang.String)public final String getFolderTableDDC()
getFolderTableDDC in interface SaFolderSaveInfoSaFolderSaveInfo.getFolderTableDDC()public final String getParentId()
getParentId in interface SaFolderSaveInfoSaFolderSaveInfo.getParentId()public final String getBeforeChild()
getBeforeChild in interface SaFolderSaveInfoSaFolderSaveInfo.getBeforeChild()public final String getFolderName()
getFolderName in interface SaFolderSaveInfoSaFolderSaveInfo.getFolderName()public final String getNodeType()
getNodeType in interface SaFolderSaveInfoSaFolderSaveInfo.getNodeType()public final List<SaPropertyValue> getValues()
getValues in interface SaFolderSaveInfoSaFolderSaveInfo.getValues()public final void setValues(List<SaPropertyValue> vals)
setValues in interface SaFolderSaveInfovals - the values to setCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.