Package com.jamasoftware.velocity.api
Interface LookupType
-
- All Superinterfaces:
DomainObject
,ScopedObject
public interface LookupType extends DomainObject, ScopedObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lookup
defaultLookup()
java.lang.Boolean
getActive()
java.lang.Integer
getCategory()
java.lang.String
getDescription()
java.util.List<Lookup>
getLookups()
java.lang.String
getName()
java.lang.Integer
getType()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
Methods inherited from interface com.jamasoftware.velocity.api.ScopedObject
getRefId, getScopeId
-
-
-
-
Method Detail
-
getCategory
java.lang.Integer getCategory()
-
getName
java.lang.String getName()
-
getDescription
java.lang.String getDescription()
-
getType
java.lang.Integer getType()
-
getActive
java.lang.Boolean getActive()
-
getLookups
java.util.List<Lookup> getLookups()
-
defaultLookup
Lookup defaultLookup()
-
-