Package es.caib.seycon.ng.comu
Class NetworkAuthorization
- java.lang.Object
-
- es.caib.seycon.ng.comu.NetworkAuthorization
-
- All Implemented Interfaces:
Serializable
public class NetworkAuthorization extends Object implements Serializable
ValueObject NetworkAuthorization- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkAuthorization()
NetworkAuthorization(Identitat identitat, Integer nivell, String codiXarxa)
NetworkAuthorization(Identitat identitat, Integer nivell, String mascara, String codiXarxa, Long id)
NetworkAuthorization(NetworkAuthorization otherBean)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCodiXarxa()
Gets value for attribute codiXarxaLong
getId()
Gets value for attribute idIdentitat
getIdentitat()
Gets value for attribute identitatString
getMascara()
Gets value for attribute mascaraInteger
getNivell()
Gets value for attribute nivellvoid
setCodiXarxa(String codiXarxa)
Sets value for attribute codiXarxavoid
setId(Long id)
Sets value for attribute idvoid
setIdentitat(Identitat identitat)
Sets value for attribute identitatvoid
setMascara(String mascara)
Sets value for attribute mascaravoid
setNivell(Integer nivell)
Sets value for attribute nivellstatic NetworkAuthorization
toNetworkAuthorization(NetworkAuthorization vo)
Creates a NetworkAuthorization value object based on a NetworkAuthorization object.static void
toNetworkAuthorization(NetworkAuthorization source, NetworkAuthorization target)
Updates a NetworkAuthorization value object based on a NetworkAuthorization object.static NetworkAuthorization[]
toNetworkAuthorizationArray(NetworkAuthorization[] source)
Creates a NetworkAuthorization array on a NetworkAuthorization array.static AsyncList<NetworkAuthorization>
toNetworkAuthorizationAsyncList(AsyncList<NetworkAuthorization> source)
Creates a NetworkAuthorization asynclist on a NetworkAuthorization collection.static PagedResult<NetworkAuthorization>
toNetworkAuthorizationList(PagedResult<NetworkAuthorization> source)
Creates a NetworkAuthorization pagedResult on a NetworkAuthorization collection.static List<NetworkAuthorization>
toNetworkAuthorizationList(Collection<NetworkAuthorization> source)
Creates a NetworkAuthorization list on a NetworkAuthorization collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
NetworkAuthorization
public NetworkAuthorization()
-
NetworkAuthorization
public NetworkAuthorization(Identitat identitat, Integer nivell, String mascara, String codiXarxa, Long id)
-
NetworkAuthorization
public NetworkAuthorization(Identitat identitat, Integer nivell, String codiXarxa)
-
NetworkAuthorization
public NetworkAuthorization(NetworkAuthorization otherBean)
-
-
Method Detail
-
getIdentitat
public Identitat getIdentitat()
Gets value for attribute identitat
-
setIdentitat
public void setIdentitat(Identitat identitat)
Sets value for attribute identitat
-
getNivell
public Integer getNivell()
Gets value for attribute nivell
-
setNivell
public void setNivell(Integer nivell)
Sets value for attribute nivell
-
getMascara
public String getMascara()
Gets value for attribute mascara
-
setMascara
public void setMascara(String mascara)
Sets value for attribute mascara
-
getCodiXarxa
public String getCodiXarxa()
Gets value for attribute codiXarxa
-
setCodiXarxa
public void setCodiXarxa(String codiXarxa)
Sets value for attribute codiXarxa
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
toString
public String toString()
Returns a string representation of the value object.
-
toNetworkAuthorization
public static NetworkAuthorization toNetworkAuthorization(NetworkAuthorization vo)
Creates a NetworkAuthorization value object based on a NetworkAuthorization object.
-
toNetworkAuthorizationList
public static List<NetworkAuthorization> toNetworkAuthorizationList(Collection<NetworkAuthorization> source)
Creates a NetworkAuthorization list on a NetworkAuthorization collection.
-
toNetworkAuthorizationList
public static PagedResult<NetworkAuthorization> toNetworkAuthorizationList(PagedResult<NetworkAuthorization> source)
Creates a NetworkAuthorization pagedResult on a NetworkAuthorization collection.
-
toNetworkAuthorizationAsyncList
public static AsyncList<NetworkAuthorization> toNetworkAuthorizationAsyncList(AsyncList<NetworkAuthorization> source)
Creates a NetworkAuthorization asynclist on a NetworkAuthorization collection.
-
toNetworkAuthorizationArray
public static NetworkAuthorization[] toNetworkAuthorizationArray(NetworkAuthorization[] source)
Creates a NetworkAuthorization array on a NetworkAuthorization array.
-
toNetworkAuthorization
public static void toNetworkAuthorization(NetworkAuthorization source, NetworkAuthorization target)
Updates a NetworkAuthorization value object based on a NetworkAuthorization object.
-
-