|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.ACBpoint.PublishingTableData
Purpose : The Data for the PublishingTable
Constructor Summary | |
PublishingTableData()
Creates a new instance of PublishingTableData |
|
PublishingTableData(java.lang.String path,
java.lang.String fileName,
java.math.BigDecimal price,
java.lang.String description,
java.lang.Long size)
|
Method Summary | |
java.lang.String |
getDescription()
Getter for property description. |
java.lang.Integer |
getFileId()
Getter for property fileId. |
java.lang.String |
getFileName()
Getter for property fileName. |
java.lang.String |
getPath()
Getter for property path. |
java.math.BigDecimal |
getPrice()
Getter for property price. |
java.lang.Long |
getSize()
Getter for property size. |
void |
setDescription(java.lang.String description)
Setter for property description. |
void |
setFileId(java.lang.Integer fileId)
Setter for property fileId. |
void |
setFileName(java.lang.String fileName)
Setter for property fileName. |
void |
setPath(java.lang.String path)
Setter for property path. |
void |
setPrice(java.math.BigDecimal price)
Setter for property price. |
void |
setSize(java.lang.Long size)
Setter for property size. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PublishingTableData()
public PublishingTableData(java.lang.String path, java.lang.String fileName, java.math.BigDecimal price, java.lang.String description, java.lang.Long size)
Method Detail |
public java.math.BigDecimal getPrice()
public void setPrice(java.math.BigDecimal price)
price
- New value of property price.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- New value of property description.public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- New value of property path.public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- New value of property fileName.public java.lang.Long getSize()
public void setSize(java.lang.Long size)
size
- New value of property size.public java.lang.Integer getFileId()
public void setFileId(java.lang.Integer fileId)
fileId
- New value of property fileId.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |