public static class SapViewerResponse.StructureRow extends Object
Constructor and Description |
---|
StructureRow() |
Modifier and Type | Method and Description |
---|---|
String |
getDownloadName() |
String |
getName() |
String |
getNiceSize() |
int |
getNumber() |
long |
getSize() |
boolean |
isViewable() |
void |
setDownloadName(String downloadName) |
void |
setName(String name) |
void |
setNumber(int number) |
void |
setSize(long size) |
void |
setViewable(boolean viewable) |
public int getNumber()
public void setNumber(int number)
number
- the number of the element in the structurepublic String getName()
public void setName(String name)
name
- the name of the element used as label in the structurepublic String getDownloadName()
public void setDownloadName(String downloadName)
downloadName
- the name of the element used for downloadingpublic long getSize()
public String getNiceSize()
public void setSize(long size)
size
- the size of the element (bytes)public boolean isViewable()
public void setViewable(boolean viewable)
viewable
- true if the element is viewableCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.