| Constructor and Description |
|---|
IkasanPrincipal()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreatedDateTime() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
Set<Role> |
getRoles() |
String |
getType() |
Date |
getUpdatedDateTime() |
int |
hashCode() |
void |
setCreatedDateTime(Date createdDateTime) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setRoles(Set<Role> roles) |
void |
setType(String type) |
void |
setUpdatedDateTime(Date updatedDateTime) |
String |
toString() |
public Long getId()
public void setId(Long id)
id - the id to setpublic void setName(String name)
name - the name to setpublic String getType()
public void setType(String type)
type - the type to setpublic Date getCreatedDateTime()
public void setCreatedDateTime(Date createdDateTime)
createdDateTime - the createdDateTime to setpublic Date getUpdatedDateTime()
public void setUpdatedDateTime(Date updatedDateTime)
updatedDateTime - the updatedDateTime to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2007-2016 Ikasan. All Rights Reserved.