4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute Class Reference

Class representing attribute of type AnnotationLink for purpose of alternative. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute:
Collaboration graph

Public Member Functions

 AltLinkedAttribute ()
 
 AltLinkedAttribute (SugBaseAttribute sba)
 
String getTmpId ()
 
void setTmpId (String tmpId)
 
- Public Member Functions inherited from cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AlternativeAttribute
 AlternativeAttribute ()
 
 AlternativeAttribute (Integer id)
 
 AlternativeAttribute (SugBaseAttribute sga)
 
List
< AltEntityAdditionalAttribute
getEntityAdditionalAttributes ()
 
void setEntityAdditionalAttributes (List< AltEntityAdditionalAttribute > entityAdditionalAttributes)
 
int compareTo (Object o)
 
boolean contentEquals (Object obj)
 
boolean contentEqualsForSec (SugBaseAttribute other)
 
boolean contentEquals (Object obj, boolean refAnnot)
 
boolean equals (Object object)
 
boolean isEmpty ()
 
String toString ()
 
int hashCode ()
 
Object getValue ()
 
void setValue (Object value)
 
void setGeoPointStringValue (String latitude, String longitude) throws IllegalArgumentException
 
void setRawValue (Object value) throws IllegalArgumentException
 
Integer getPriority ()
 
void setPriority (Integer priority)
 
String getComment ()
 
void setComment (String comment)
 
String getName ()
 
void setName (String name)
 
String getSimpleType ()
 
void setSimpleType (String simpleType)
 
int getAlternative ()
 
void setAlternative (int alternative)
 
Alternative getRefAlternative ()
 
void setRefAlternative (Alternative value)
 
void setRefSecSuggestion (SecSuggestion value)
 
AnnotType getAttributeType ()
 
void setAttributeType (AnnotType attributeType)
 
Integer getId ()
 
void setId (Integer id)
 
Integer getType ()
 
void setType (Integer type)
 
Alternative getNestedAlternative ()
 
void setNestedAlternative (Alternative alt)
 
boolean isStructured ()
 
void setUser (User user)
 
void setUri (String uri)
 
String getUri ()
 
void setUriInOntology (String uriInOntology)
 
String getUriInOntology ()
 
String getEntityType ()
 
String getEntityVisualURI ()
 
Boolean getBoolValue ()
 
byte[] getBinValue ()
 
Date getDateValue ()
 
BigDecimal getDecValue ()
 
BigDecimal getGeoLat ()
 
BigDecimal getGeoLong ()
 
Integer getIntValue ()
 
String getStringValue ()
 
String getTextValue ()
 
Integer getUserValue ()
 
Alternative getLinkedAlternative ()
 
void setLinkedAlternative (Alternative linkedAlternative)
 
void setBoolVAlue (Boolean boolVAlue)
 

Private Attributes

String tmpId = null
 

Additional Inherited Members

- Protected Attributes inherited from cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AlternativeAttribute
List
< AltEntityAdditionalAttribute
entityAdditionalAttributes
 
- Static Protected Attributes inherited from cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AlternativeAttribute
static final long serialVersionUID = 1L
 

Detailed Description

Class representing attribute of type AnnotationLink for purpose of alternative.

Class representing attribute of type AnnotationLink for purpose of alternative

Definition at line 23 of file AltLinkedAttribute.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute.AltLinkedAttribute ( )

Constructor

Definition at line 32 of file AltLinkedAttribute.java.

cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute.AltLinkedAttribute ( SugBaseAttribute  sba)

Constructor

Parameters
sbaInstance of base attribute

Definition at line 40 of file AltLinkedAttribute.java.

Member Function Documentation

String cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute.getTmpId ( )

Gets tmpId of suggestion

Returns
Returns tmpId of suggestion

Definition at line 49 of file AltLinkedAttribute.java.

void cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute.setTmpId ( String  tmpId)

Sets tmpId of suggestion

Parameters
tmpIdNew tmpId of suggestion.

Definition at line 58 of file AltLinkedAttribute.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.AltLinkedAttribute.tmpId = null
private

Temporary id for links between alternatives

Definition at line 27 of file AltLinkedAttribute.java.


The documentation for this class was generated from the following file: