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