public class FolderId extends Object implements Serializable
Constructor and Description |
---|
FolderId(String objectId,
String ddcName)
Creates a new FolderId.
|
FolderId(String objectId,
String revisionId,
String ddcName)
Creates a new FolderId.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
convertToObjectIdList(List<FolderId> list)
Converts to a list of object id's.
|
static List<String> |
convertToRevisionIdList(List<FolderId> list)
/**Converts to a list of revision id's.
|
boolean |
equals(Object obj) |
String |
getDdcName() |
String |
getName() |
String |
getObjectId() |
String |
getPath() |
String |
getRevisionId() |
String |
getSimpleString() |
com.saperion.constants.SaFolderConstants.FOLDER_TYPE |
getType() |
int |
hashCode() |
void |
setName(String value) |
void |
setPath(String value) |
void |
setType(com.saperion.constants.SaFolderConstants.FOLDER_TYPE value) |
String |
toString() |
public static final String ROOT
public FolderId(String objectId, String ddcName)
objectId
- object ID of the folder. This corresponds with the SysRowId.ddcName
- ddc namepublic String getObjectId()
public String getRevisionId()
public String getDdcName()
public final String getName()
public final void setName(String value)
value
- the name to setpublic final String getPath()
public final void setPath(String value)
value
- the path to setpublic final com.saperion.constants.SaFolderConstants.FOLDER_TYPE getType()
public final void setType(com.saperion.constants.SaFolderConstants.FOLDER_TYPE value)
value
- the type to setpublic static final List<String> convertToObjectIdList(List<FolderId> list)
list
- Inputpublic static final List<String> convertToRevisionIdList(List<FolderId> list)
list
- Inputpublic String getSimpleString()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.