|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.core.utils.file.jt.AbstractJTFileHeader
public abstract class AbstractJTFileHeader
Cette classe représente un header de ficheir JTheque.
| Constructor Summary | |
|---|---|
AbstractJTFileHeader()
|
|
| Method Summary | |
|---|---|
int |
getDate()
jtfileread Return the date of the file. |
int |
getFileVersion()
Return the version of the file. |
java.lang.String |
getKey()
Return the hash key. |
org.jtheque.utils.bean.Version |
getVersionJTheque()
Return the version of JTheque. |
abstract boolean |
isComplete()
Indicate if the file is complete or not. |
void |
setDate(int date)
Set the date of the file. |
void |
setFileVersion(int fileVersion)
Set the fileversion. |
void |
setKey(java.lang.String key)
Set the hash key. |
void |
setVersionJTheque(org.jtheque.utils.bean.Version version)
Set the JTheque Version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractJTFileHeader()
| Method Detail |
|---|
public final java.lang.String getKey()
public final void setKey(java.lang.String key)
key - The hash key.public final void setVersionJTheque(org.jtheque.utils.bean.Version version)
version - The version of JTheque.public final org.jtheque.utils.bean.Version getVersionJTheque()
public final void setDate(int date)
date - The date of the file.public final int getDate()
public final int getFileVersion()
public final void setFileVersion(int fileVersion)
fileVersion - The version of the file.public abstract boolean isComplete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||