com.evolveum.midpoint.web.page.admin.users.dto
Class UserResourceDto

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable
      extended by com.evolveum.midpoint.web.page.admin.users.dto.UserResourceDto
All Implemented Interfaces:
Serializable

public class UserResourceDto
extends Selectable

Author:
lazyman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
UserResourceDto(String oid, String name)
           
 
Method Summary
 String getName()
           
 String getOid()
           
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, isSigned, setSelected, setSigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserResourceDto

public UserResourceDto(String oid,
                       String name)
Method Detail

getName

public String getName()

getOid

public String getOid()


Copyright © 2013 evolveum. All Rights Reserved.