Class Profile
java.lang.Object
velo.ladaalpha.fields.psychology.personality.Profile
The Class Profile.
- 
Constructor Summary
ConstructorsConstructorDescriptionProfile()Instantiates a new profile.Profile(double contextual_struggle, double contextual_meaning, double expectations, double reality, double external_disappointment, double responsibility, double mistrust, double self_esteem, double envy, double pride, double kindness, double powerlessness, double contenxtual_skill, double contextual_challenge, double curiosity, double external_love, double courage) Instantiates a new profile. - 
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the contenxtual skill.doubleGets the contextual challenge.doubleGets the contextual meaning.doubleGets the contextual struggle.doubleGets the courage.doubleGets the curiosity.doublegetEnvy()Gets the envy.doubleGets the expectations.doubleGets the external disappointment.doubleGets the external love.doubleGets the kindness.doubleGets the mistrust.doubleGets the powerlessness.doublegetPride()Gets the pride.doubleGets the reality.doubleGets the responsibility.doubleGets the self esteem.voidsetContenxtual_skill(double contenxtual_skill) Sets the contenxtual skill.voidsetContextual_challenge(double contextual_challenge) Sets the contextual challenge.voidsetcontextual_meaning(double contextual_meaning) Sets the contextual meaning.voidsetcontextual_struggle(double contextual_struggle) Sets the contextual struggle.voidsetCourage(double courage) Sets the courage.voidsetCuriosity(double curiosity) Sets the curiosity.voidsetEnvy(double envy) Sets the envy.voidsetExpectations(double expectations) Sets the expectations.voidsetExternal_disappointment(double external_disappointment) Sets the external disappointment.voidsetExternal_love(double external_love) Sets the external love.voidsetKindness(double kindness) Sets the kindness.voidsetMistrust(double mistrust) Sets the mistrust.voidsetPowerlessness(double powerlessness) Sets the powerlessness.voidsetPride(double pride) Sets the pride.voidsetReality(double reality) Sets the reality.voidsetResponsibility(double responsibility) Sets the responsibility.voidsetSelf_esteem(double self_esteem) Sets the self esteem. 
- 
Constructor Details
- 
Profile
public Profile()Instantiates a new profile. - 
Profile
public Profile(double contextual_struggle, double contextual_meaning, double expectations, double reality, double external_disappointment, double responsibility, double mistrust, double self_esteem, double envy, double pride, double kindness, double powerlessness, double contenxtual_skill, double contextual_challenge, double curiosity, double external_love, double courage) Instantiates a new profile.- Parameters:
 contextual_struggle- the contextual strugglecontextual_meaning- the contextual meaningexpectations- the expectationsreality- the realityexternal_disappointment- the external disappointmentresponsibility- the responsibilitymistrust- the mistrustself_esteem- the self esteemenvy- the envypride- the pridekindness- the kindnesspowerlessness- the powerlessnesscontenxtual_skill- the contenxtual skillcontextual_challenge- the contextual challengecuriosity- the curiosityexternal_love- the external lovecourage- the courage
 
 - 
 - 
Method Details
- 
getcontextual_struggle
public double getcontextual_struggle()Gets the contextual struggle.- Returns:
 - the contextual_struggle
 
 - 
setcontextual_struggle
public void setcontextual_struggle(double contextual_struggle) Sets the contextual struggle.- Parameters:
 contextual_struggle- the contextual_struggle to set
 - 
getcontextual_meaning
public double getcontextual_meaning()Gets the contextual meaning.- Returns:
 - the contextual_meaning
 
 - 
setcontextual_meaning
public void setcontextual_meaning(double contextual_meaning) Sets the contextual meaning.- Parameters:
 contextual_meaning- the contextual_meaning to set
 - 
getExpectations
public double getExpectations()Gets the expectations.- Returns:
 - the expectations
 
 - 
setExpectations
public void setExpectations(double expectations) Sets the expectations.- Parameters:
 expectations- the expectations to set
 - 
getReality
public double getReality()Gets the reality.- Returns:
 - the reality
 
 - 
setReality
public void setReality(double reality) Sets the reality.- Parameters:
 reality- the reality to set
 - 
getExternal_disappointment
public double getExternal_disappointment()Gets the external disappointment.- Returns:
 - the external_disappointment
 
 - 
setExternal_disappointment
public void setExternal_disappointment(double external_disappointment) Sets the external disappointment.- Parameters:
 external_disappointment- the external_disappointment to set
 - 
getResponsibility
public double getResponsibility()Gets the responsibility.- Returns:
 - the responsibility
 
 - 
setResponsibility
public void setResponsibility(double responsibility) Sets the responsibility.- Parameters:
 responsibility- the responsibility to set
 - 
getMistrust
public double getMistrust()Gets the mistrust.- Returns:
 - the mistrust
 
 - 
setMistrust
public void setMistrust(double mistrust) Sets the mistrust.- Parameters:
 mistrust- the mistrust to set
 - 
getSelf_esteem
public double getSelf_esteem()Gets the self esteem.- Returns:
 - the self_esteem
 
 - 
setSelf_esteem
public void setSelf_esteem(double self_esteem) Sets the self esteem.- Parameters:
 self_esteem- the self_esteem to set
 - 
getEnvy
public double getEnvy()Gets the envy.- Returns:
 - the envy
 
 - 
setEnvy
public void setEnvy(double envy) Sets the envy.- Parameters:
 envy- the envy to set
 - 
getPride
public double getPride()Gets the pride.- Returns:
 - the pride
 
 - 
setPride
public void setPride(double pride) Sets the pride.- Parameters:
 pride- the pride to set
 - 
getKindness
public double getKindness()Gets the kindness.- Returns:
 - the kindness
 
 - 
setKindness
public void setKindness(double kindness) Sets the kindness.- Parameters:
 kindness- the kindness to set
 - 
getPowerlessness
public double getPowerlessness()Gets the powerlessness.- Returns:
 - the powerlessness
 
 - 
setPowerlessness
public void setPowerlessness(double powerlessness) Sets the powerlessness.- Parameters:
 powerlessness- the powerlessness to set
 - 
getContenxtual_skill
public double getContenxtual_skill()Gets the contenxtual skill.- Returns:
 - the contenxtual_skill
 
 - 
setContenxtual_skill
public void setContenxtual_skill(double contenxtual_skill) Sets the contenxtual skill.- Parameters:
 contenxtual_skill- the contenxtual_skill to set
 - 
getContextual_challenge
public double getContextual_challenge()Gets the contextual challenge.- Returns:
 - the contextual_challenge
 
 - 
setContextual_challenge
public void setContextual_challenge(double contextual_challenge) Sets the contextual challenge.- Parameters:
 contextual_challenge- the contextual_challenge to set
 - 
getCuriosity
public double getCuriosity()Gets the curiosity.- Returns:
 - the curiosity
 
 - 
setCuriosity
public void setCuriosity(double curiosity) Sets the curiosity.- Parameters:
 curiosity- the curiosity to set
 - 
getExternal_love
public double getExternal_love()Gets the external love.- Returns:
 - the external_love
 
 - 
setExternal_love
public void setExternal_love(double external_love) Sets the external love.- Parameters:
 external_love- the external_love to set
 - 
getCourage
public double getCourage()Gets the courage.- Returns:
 - the courage
 
 - 
setCourage
public void setCourage(double courage) Sets the courage.- Parameters:
 courage- the courage to set
 
 -