public class Bookmark extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
_id |
String |
artifactName |
String |
codePack |
boolean |
decrypted |
String |
encryption_iv |
String |
encryption_key |
String |
filepath |
String |
icon |
String |
jarFile |
Object |
location |
BookmarkOrigin |
origin |
String |
refType |
String |
refTypeDisplayName |
String |
resourceFullyQualifiedName |
String |
sourceLine |
String |
type |
String |
url |
| Constructor and Description |
|---|
Bookmark() |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
String |
getSignature() |
String |
getSourceLine() |
BookmarkType |
getType() |
boolean |
isDecrypted() |
boolean |
isEncrypted() |
boolean |
isPresentable() |
void |
setDecrypted(boolean decrypted) |
void |
setLocation(Location location) |
void |
setLocationFromString(String locationFromString) |
void |
setSignature(String signature)
A hack that is used to update the bookmark with signature information
|
void |
setSourceLine(String sourceLine) |
String |
toString() |
public String _id
public String artifactName
public String codePack
public boolean decrypted
public String filepath
public String jarFile
public Object location
public BookmarkOrigin origin
public String refType
public String resourceFullyQualifiedName
public String sourceLine
public String type
public String url
public String refTypeDisplayName
public String encryption_key
public String encryption_iv
public String icon
public String getSourceLine()
public Location getLocation()
@NotNull public BookmarkType getType()
public void setSourceLine(String sourceLine)
public void setLocationFromString(String locationFromString)
public void setLocation(Location location)
public boolean isPresentable()
public void setSignature(String signature)
signature - public String getSignature()
public boolean isDecrypted()
public boolean isEncrypted()
public void setDecrypted(boolean decrypted)
Copyright © 2018. All rights reserved.