Interface IThingIDBase
- All Known Subinterfaces:
IArchived
,IBizPolicyData
,ICategory
,IContainer
,IContent
,IDirServiceThing
,IFolder
,IForm
,IForum
,IGroup
,IHandlerData
,ILink
,IMechanicsData
,IMessage
,IPortlet
,IPrincipal
,IRelation
,IRole
,ISchedule
,IServiceThing
,IStyle
,ITemplate
,IThing
,IThingComponentData
,IThingID
,ITopic
,ITopic
,IUser
,IWorkspace
,IXType
public interface IThingIDBase
-
Method Summary
Modifier and TypeMethodDescriptiongetDbID()
Get the database ID of the thing.int
Get the type ID.int
Get the XType ID
-
Method Details
-
getTypeID
int getTypeID()Get the type ID.- See Also:
-
getXTypeID
int getXTypeID()Get the XType ID- See Also:
-
getDbID
Integer getDbID()Get the database ID of the thing. Useful for making a SQL call to the database.- Returns:
- null if isValid() is false or ID is 0
-