|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.database.File
File
Constructor Summary | |
File(java.lang.String name,
long size,
java.math.BigDecimal price,
int topic,
java.lang.String owner,
java.lang.String description)
Creates a new File object. |
Method Summary | |
java.lang.String |
getDescription()
Getter for property description. |
java.math.BigInteger |
getId()
Getter for property id. |
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getOwner()
Getter for property owner. |
java.math.BigDecimal |
getPrice()
Getter for property price. |
long |
getSize()
Getter for property size. |
int |
getTopic()
Getter for property topic. |
void |
setDescription(java.lang.String description)
Setter for property description. |
void |
setId(java.math.BigInteger id)
Setter for property id. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setOwner(java.lang.String owner)
Setter for property owner. |
void |
setPrice(java.math.BigDecimal price)
Setter for property price. |
void |
setSize(long size)
Setter for property size. |
void |
setTopic(int topic)
Setter for property topic. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public File(java.lang.String name, long size, java.math.BigDecimal price, int topic, java.lang.String owner, java.lang.String description)
name
- DOCUMENT ME!size
- DOCUMENT ME!price
- DOCUMENT ME!topic
- DOCUMENT ME!owner
- DOCUMENT ME!description
- DOCUMENT ME!Method Detail |
public void setDescription(java.lang.String description)
description
- New value of property description.public java.lang.String getDescription()
public void setName(java.lang.String name)
name
- New value of property name.public java.lang.String getName()
public void setOwner(java.lang.String owner)
owner
- New value of property owner.public java.lang.String getOwner()
public void setPrice(java.math.BigDecimal price)
price
- New value of property price.public java.math.BigDecimal getPrice()
public void setSize(long size)
size
- New value of property size.public long getSize()
public void setTopic(int topic)
topic
- New value of property topic.public int getTopic()
public java.math.BigInteger getId()
public void setId(java.math.BigInteger id)
id
- New value of property id.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |