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:
java.io.Serializable

public class AccountContentSearchDto
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
AccountContentSearchDto()
           
 
Method Summary
 java.lang.String getSearchText()
           
 boolean isIdentifiers()
           
 boolean isName()
           
 void setIdentifiers(boolean identifiers)
           
 void setName(boolean name)
           
 void setSearchText(java.lang.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 java.lang.String getSearchText()

setSearchText

public void setSearchText(java.lang.String searchText)

isIdentifiers

public boolean isIdentifiers()

setIdentifiers

public void setIdentifiers(boolean identifiers)

isName

public boolean isName()

setName

public void setName(boolean name)


Copyright © 2012 evolveum. All Rights Reserved.