Package es.caib.bpm.vo
Class FilteredGroupVO
- java.lang.Object
-
- es.caib.bpm.vo.FilteredGroupVO
-
- All Implemented Interfaces:
Serializable
public class FilteredGroupVO extends Object implements Serializable
ValueObject FilteredGroupVO- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilteredGroupVO()FilteredGroupVO(FilteredGroupVO otherBean)FilteredGroupVO(String name, Boolean ignored, String userName, Integer type, String pooledActorsStyleName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIgnored()Gets value for attribute ignoredStringgetName()Gets value for attribute nameStringgetPooledActorsStyleName()Gets value for attribute pooledActorsStyleNameIntegergetType()Gets value for attribute typeStringgetUserName()Gets value for attribute userNamevoidsetIgnored(Boolean ignored)Sets value for attribute ignoredvoidsetName(String name)Sets value for attribute namevoidsetPooledActorsStyleName(String pooledActorsStyleName)Sets value for attribute pooledActorsStyleNamevoidsetType(Integer type)Sets value for attribute typevoidsetUserName(String userName)Sets value for attribute userNamestatic FilteredGroupVOtoFilteredGroupVO(FilteredGroupVO vo)Creates a FilteredGroupVO value object based on a FilteredGroupVO object.static voidtoFilteredGroupVO(FilteredGroupVO source, FilteredGroupVO target)Updates a FilteredGroupVO value object based on a FilteredGroupVO object.static FilteredGroupVO[]toFilteredGroupVOArray(FilteredGroupVO[] source)Creates a FilteredGroupVO array on a FilteredGroupVO array.static AsyncList<FilteredGroupVO>toFilteredGroupVOAsyncList(AsyncList<FilteredGroupVO> source)Creates a FilteredGroupVO asynclist on a FilteredGroupVO collection.static PagedResult<FilteredGroupVO>toFilteredGroupVOList(PagedResult<FilteredGroupVO> source)Creates a FilteredGroupVO pagedResult on a FilteredGroupVO collection.static List<FilteredGroupVO>toFilteredGroupVOList(Collection<FilteredGroupVO> source)Creates a FilteredGroupVO list on a FilteredGroupVO collection.StringtoString()Returns a string representation of the value object.
-
-
-
Method Detail
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getIgnored
public Boolean getIgnored()
Gets value for attribute ignored
-
setIgnored
public void setIgnored(Boolean ignored)
Sets value for attribute ignored
-
getUserName
public String getUserName()
Gets value for attribute userName
-
setUserName
public void setUserName(String userName)
Sets value for attribute userName
-
getType
public Integer getType()
Gets value for attribute type
-
setType
public void setType(Integer type)
Sets value for attribute type
-
getPooledActorsStyleName
public String getPooledActorsStyleName()
Gets value for attribute pooledActorsStyleName
-
setPooledActorsStyleName
public void setPooledActorsStyleName(String pooledActorsStyleName)
Sets value for attribute pooledActorsStyleName
-
toString
public String toString()
Returns a string representation of the value object.
-
toFilteredGroupVO
public static FilteredGroupVO toFilteredGroupVO(FilteredGroupVO vo)
Creates a FilteredGroupVO value object based on a FilteredGroupVO object.
-
toFilteredGroupVOList
public static List<FilteredGroupVO> toFilteredGroupVOList(Collection<FilteredGroupVO> source)
Creates a FilteredGroupVO list on a FilteredGroupVO collection.
-
toFilteredGroupVOList
public static PagedResult<FilteredGroupVO> toFilteredGroupVOList(PagedResult<FilteredGroupVO> source)
Creates a FilteredGroupVO pagedResult on a FilteredGroupVO collection.
-
toFilteredGroupVOAsyncList
public static AsyncList<FilteredGroupVO> toFilteredGroupVOAsyncList(AsyncList<FilteredGroupVO> source)
Creates a FilteredGroupVO asynclist on a FilteredGroupVO collection.
-
toFilteredGroupVOArray
public static FilteredGroupVO[] toFilteredGroupVOArray(FilteredGroupVO[] source)
Creates a FilteredGroupVO array on a FilteredGroupVO array.
-
toFilteredGroupVO
public static void toFilteredGroupVO(FilteredGroupVO source, FilteredGroupVO target)
Updates a FilteredGroupVO value object based on a FilteredGroupVO object.
-
-