Package | org.igniterealtime.xiff.data.id |
Class | public class UUIDGenerator |
Implements | IIDGenerator |
Property | Defined by | ||
---|---|---|---|
prefix : String
The prefix to use for the generated ID (for namespacing purposes).
| UUIDGenerator |
Method | Defined by | ||
---|---|---|---|
UUIDGenerator | |||
generateID():String
Generates the unique ID.
| UUIDGenerator |
prefix | property |
prefix:String
[read-write]The prefix to use for the generated ID (for namespacing purposes).
Implementation public function get prefix():String
public function set prefix(value:String):void
UUIDGenerator | () | constructor |
public function UUIDGenerator()
generateID | () | method |
public function generateID():String
Generates the unique ID.
ReturnsString — The generated ID
|