-
- All Known Subinterfaces:
DomainAccessor.DomainProperty
public interface DomainAccessor
Provides an accessor for a domain property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DomainAccessor.DomainBuilder<B extends DomainAccessor.DomainBuilder<?>>
Provides a mutator for an domain property.static interface
DomainAccessor.DomainMutator
Provides a mutator for a domain property.static interface
DomainAccessor.DomainProperty
Provides a domain property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDomain()
Retrieves the domain from the domain property.
-
-
-
Method Detail
-
getDomain
String getDomain()
Retrieves the domain from the domain property.- Returns:
- The domain stored by the domain property.
-
-