2829303132333435363738
*/ public class UuidProperty extends StringProperty { public UuidProperty() { super("id", new GlobalPropertyUniquenessValidator(), new SimpleRegexValidator("[a-zA-Z0-9]{32}")); indexed(); readOnly(); writeOnce();