public class ModuleEntry
extends java.lang.Object
implements java.io.Serializable
ModuleEntry between server and remote
client| Modifier | Constructor and Description |
|---|---|
protected |
ModuleEntry()
Creates new instance.
|
|
ModuleEntry(long id,
java.lang.String fileName,
java.lang.String type)
Creates new instance.
|
|
ModuleEntry(long id,
java.lang.String fileName,
java.lang.String type,
byte[] data)
Creates new instance with the data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[] |
getData()
Returns the data.
|
java.lang.String |
getFileName()
Returns the entry filename.
|
long |
getId()
Returns the entry id.
|
java.lang.String |
getType()
Returns the entry type.
|
int |
hashCode() |
java.lang.String |
toString() |
protected ModuleEntry()
public ModuleEntry(long id,
java.lang.String fileName,
java.lang.String type)
id - fileName - type - public ModuleEntry(long id,
java.lang.String fileName,
java.lang.String type,
byte[] data)
id - fileName - type - data - public long getId()
public java.lang.String getFileName()
public java.lang.String getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic byte[] getData()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.