com.groiss.org
Interface Agent

All Superinterfaces:
Persistent
All Known Subinterfaces:
Role, User

public interface Agent
extends Persistent

Common interface for User and Role.


Method Summary
 java.lang.String getId()
          Returns the id of the object.
 long getOid()
          Returns the unique oid of the object.
 boolean isActive()
          Is the agent active
 void setActive(boolean active)
           
 
Methods inherited from interface com.groiss.store.Persistent
dbFields, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore
 

Method Detail

getOid

long getOid()
Returns the unique oid of the object.

Specified by:
getOid in interface Persistent
Returns:
the oid

getId

java.lang.String getId()
Returns the id of the object.

Returns:
the oid

isActive

boolean isActive()
Is the agent active

Returns:
true when agent is active.

setActive

void setActive(boolean active)


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.