tecgraf.openbus.core.v2_0.services.access_control
Class LoginInfo

java.lang.Object
  extended by tecgraf.openbus.core.v2_0.services.access_control.LoginInfo
All Implemented Interfaces:
Serializable, IDLEntity

public final class LoginInfo
extends Object
implements IDLEntity

Generated from IDL struct "LoginInfo".

Version:
generated at Feb 10, 2014 8:46:00 AM
Author:
JacORB IDL compiler V 3.3
See Also:
Serialized Form

Field Summary
 String entity
           
 String id
           
 
Constructor Summary
LoginInfo()
           
LoginInfo(String id, String entity)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

entity

public String entity
Constructor Detail

LoginInfo

public LoginInfo()

LoginInfo

public LoginInfo(String id,
                 String entity)


Copyright © 2014. All Rights Reserved.