STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.data.item
/
TemplateCategoryItem
Template
Category
Item
open
class
TemplateCategoryItem
:
Item
,
Parcelable
,
Cloneable
Content copied to clipboard
Created by streamwide on 9/20/16.
Constructors
Functions
Properties
Constructors
Template
Category
Item
Link copied to clipboard
open
fun
TemplateCategoryItem
(
)
Content copied to clipboard
Template
Category
Item
Link copied to clipboard
open
fun
TemplateCategoryItem
(
@
NonNull
cursor
:
Cursor
)
Content copied to clipboard
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
TemplateCategoryItem
>
Content copied to clipboard
Functions
clone
Link copied to clipboard
@
Nullable
open
fun
clone
(
)
:
TemplateCategoryItem
Content copied to clipboard
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
Content copied to clipboard
get
Category
Name
Link copied to clipboard
@
Nullable
open
fun
getCategoryName
(
)
:
String
Content copied to clipboard
get
Category
UUID
Link copied to clipboard
@
Nullable
open
fun
getCategoryUUID
(
)
:
String
Content copied to clipboard
get
Id
Link copied to clipboard
@
Nullable
open
fun
getId
(
)
:
String
Content copied to clipboard
is
Is
Default
Link copied to clipboard
open
fun
isIsDefault
(
)
:
Boolean
Content copied to clipboard
set
Category
Name
Link copied to clipboard
open
fun
setCategoryName
(
@
NonNull
categoryName
:
String
)
Content copied to clipboard
set
Category
UUID
Link copied to clipboard
open
fun
setCategoryUUID
(
@
NonNull
categoryUUID
:
String
)
Content copied to clipboard
set
Id
Link copied to clipboard
open
fun
setId
(
@
NonNull
id
:
String
)
Content copied to clipboard
set
Is
Default
Link copied to clipboard
open
fun
setIsDefault
(
isDefault
:
Boolean
)
Content copied to clipboard
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)
Content copied to clipboard