public class RemoteSwipeDevice extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
RemoteSwipeDevice() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceName() |
String |
getIpAddress() |
String |
getLastSeenOnline() |
org.kuali.rice.kim.api.identity.Person |
getPrincipal() |
String |
getPrincipalId() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setDeviceName(String deviceName) |
void |
setIpAddress(String ipAddress) |
void |
setLastSeenOnline(String lastSeenOnline) |
void |
setPrincipal(org.kuali.rice.kim.api.identity.Person principal) |
void |
setPrincipalId(String principalId) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public RemoteSwipeDevice()
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getDeviceName()
public void setDeviceName(String deviceName)
public String getLastSeenOnline()
public void setLastSeenOnline(String lastSeenOnline)
public boolean isActive()
public void setActive(boolean active)
public String getPrincipalId()
public void setPrincipalId(String principalId)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.