dtos
LocationDto
Related Doc:
package dtos
class
LocationDto
extends
RemoteDto
Linear Supertypes
RemoteDto
,
ValidatableDto
,
Validatable
,
Dto
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
LocationDto
RemoteDto
ValidatableDto
Validatable
Dto
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
LocationDto
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCloud
()
:
Long
def
getCloudCredentials
()
:
List
[
Long
]
def
getGeoLocation
()
:
Long
def
getIsAssignable
()
:
Boolean
def
getLocationScope
()
:
LocationScope
def
getName
()
:
String
def
getParent
()
:
Long
def
getProviderId
()
:
String
Definition Classes
RemoteDto
def
getRemoteId
()
:
String
Definition Classes
RemoteDto
def
getRemoteState
()
:
RemoteState
Definition Classes
RemoteDto
def
getSwordId
()
:
String
Definition Classes
RemoteDto
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
setCloud
(
cloud:
Long
)
:
Unit
def
setCloudCredentials
(
cloudCredentials:
List
[
Long
]
)
:
Unit
def
setGeoLocation
(
geoLocation:
Long
)
:
Unit
def
setIsAssignable
(
isAssignable:
Boolean
)
:
Unit
def
setLocationScope
(
locationScope:
LocationScope
)
:
Unit
def
setName
(
name:
String
)
:
Unit
def
setParent
(
parent:
Long
)
:
Unit
def
setProviderId
(
providerId:
String
)
:
Unit
Definition Classes
RemoteDto
def
setRemoteId
(
remoteId:
String
)
:
Unit
Definition Classes
RemoteDto
def
setRemoteState
(
remoteState:
RemoteState
)
:
Unit
Definition Classes
RemoteDto
def
setSwordId
(
swordId:
String
)
:
Unit
Definition Classes
RemoteDto
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
validate
()
:
List
[
ValidationError
]
Definition Classes
ValidatableDto
→
Validatable
def
validation
()
:
Unit
Definition Classes
LocationDto
→
RemoteDto
→
ValidatableDto
def
validator
[
S
]
(
implementation:
TypeLiteral
[
S
]
)
:
ValidateBuilder
[
S
]
Attributes
protected[
dtos.generic
]
Definition Classes
ValidatableDto
def
validator
[
S
]
(
sClass:
Class
[
S
]
)
:
ValidateBuilder
[
S
]
Attributes
protected[
dtos.generic
]
Definition Classes
ValidatableDto
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
RemoteDto
Inherited from
ValidatableDto
Inherited from
Validatable
Inherited from
Dto
Inherited from
AnyRef
Inherited from
Any
Ungrouped