Class Entity
java.lang.Object
org.eclipse.net4j.util.collection.Entity
- All Implemented Interfaces:
Comparable<Entity>
- Since:
- 3.26
- Author:
- Eike Stepper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static final class
static class
static class
static final class
static interface
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Entity.Builder
builder()
static Entity.Builder
static Entity.Builder
static Entity.Builder
static Entity.Builder
builder
(Entity.Builder source) static Entity.Builder
int
boolean
filter
(Collection<String> propertyNames) static String
int
hashCode()
id()
name()
boolean
byte
double
float
int
long
static Entity
static Entity
read
(ExtendedDataInput in, StringCompressor compressor) static String
requireValidName
(String name) static String
requireValidNamespace
(String namespace) toString()
int
version()
void
write
(ExtendedDataOutput out) void
write
(ExtendedDataOutput out, StringCompressor compressor)
-
Field Details
-
NAME_SEPARATOR
public static final char NAME_SEPARATOR- See Also:
-
-
Method Details
-
namespace
-
name
-
id
-
version
public int version() -
properties
-
property
-
property
- Since:
- 3.27
-
property
- Since:
- 3.27
-
property
- Since:
- 3.27
-
property
- Since:
- 3.27
-
property
- Since:
- 3.27
-
property
- Since:
- 3.27
-
property
- Since:
- 3.27
-
filter
-
filter
-
filter
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Entity>
-
hashCode
public int hashCode() -
equals
-
toString
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
builder
-
builder
-
builder
-
builder
- Since:
- 3.27
-
builder
-
builder
-
formatID
-
parseID
-
requireValidNamespace
-
requireValidName
-