dist1.acb.ACBpoint
Class PublishingTableData

java.lang.Object
  extended bydist1.acb.ACBpoint.PublishingTableData
All Implemented Interfaces:
java.io.Serializable

public class PublishingTableData
extends java.lang.Object
implements java.io.Serializable

Purpose : The Data for the PublishingTable

Author:
ladz
See Also:
Serialized Form

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

PublishingTableData

public PublishingTableData()
Creates a new instance of PublishingTableData


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

getPrice

public java.math.BigDecimal getPrice()
Getter for property price.

Returns:
Value of property price.

setPrice

public void setPrice(java.math.BigDecimal price)
Setter for property price.

Parameters:
price - New value of property price.

getDescription

public java.lang.String getDescription()
Getter for property description.

Returns:
Value of property description.

setDescription

public void setDescription(java.lang.String description)
Setter for property description.

Parameters:
description - New value of property description.

getPath

public java.lang.String getPath()
Getter for property path.

Returns:
Value of property path.

setPath

public void setPath(java.lang.String path)
Setter for property path.

Parameters:
path - New value of property path.

getFileName

public java.lang.String getFileName()
Getter for property fileName.

Returns:
Value of property fileName.

setFileName

public void setFileName(java.lang.String fileName)
Setter for property fileName.

Parameters:
fileName - New value of property fileName.

getSize

public java.lang.Long getSize()
Getter for property size.

Returns:
Value of property size.

setSize

public void setSize(java.lang.Long size)
Setter for property size.

Parameters:
size - New value of property size.

getFileId

public java.lang.Integer getFileId()
Getter for property fileId.

Returns:
Value of property fileId.

setFileId

public void setFileId(java.lang.Integer fileId)
Setter for property fileId.

Parameters:
fileId - New value of property fileId.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.