Package | Description |
---|---|
propel.core.validation.propertyMetadata |
Modifier and Type | Method and Description |
---|---|
SubDomainPropertyMetadata |
DomainPropertyMetadata.getSubDomainPropMeta() |
Modifier and Type | Method and Description |
---|---|
void |
DomainPropertyMetadata.setSubDomainPropMeta(SubDomainPropertyMetadata subDomainPropMeta) |
Constructor and Description |
---|
DomainPropertyMetadata(java.lang.String name,
int minLength,
int maxLength,
SubDomainPropertyMetadata subDomainPropMeta,
boolean notNull,
boolean notEmpty)
Constructor initializes with custom domain and sub-domain constraints
|