com.evolveum.midpoint.web.page.admin.resources.content.dto
Class AccountContentSearchDto

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.resources.content.dto.AccountContentSearchDto
All Implemented Interfaces:
Serializable

public class AccountContentSearchDto
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
AccountContentSearchDto()
           
 
Method Summary
 String getSearchText()
           
 boolean isIdentifiers()
           
 boolean isName()
           
 void setIdentifiers(boolean identifiers)
           
 void setName(boolean name)
           
 void setSearchText(String searchText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountContentSearchDto

public AccountContentSearchDto()
Method Detail

getSearchText

public String getSearchText()

setSearchText

public void setSearchText(String searchText)

isIdentifiers

public boolean isIdentifiers()

setIdentifiers

public void setIdentifiers(boolean identifiers)

isName

public boolean isName()

setName

public void setName(boolean name)


Copyright © 2013 evolveum. All Rights Reserved.